diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt b/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt deleted file mode 100644 index 04fa451e72..0000000000 --- a/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.15) | ||
| 2 | |||
| 3 | project(NinjaPythonDistributions) | ||
| 4 | |||
| 5 | set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_MODULE_PATH}) | ||
| 6 | |||
| 7 | install(CODE " | ||
| 8 | message(STATUS \"Install ninja project\") | ||
| 9 | ") | ||
