summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt')
-rw-r--r--meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt9
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 @@
1cmake_minimum_required(VERSION 3.15)
2
3project(NinjaPythonDistributions)
4
5set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_MODULE_PATH})
6
7install(CODE "
8 message(STATUS \"Install ninja project\")
9")