We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020195e commit 5e008b6Copy full SHA for 5e008b6
CMakeLists.txt
@@ -13,13 +13,6 @@ message(STATUS "")
13
message(STATUS " RUN_NINJA_TEST : ${RUN_NINJA_TEST}")
14
message(STATUS "************************************")
15
16
-include(FetchContent)
17
-FetchContent_Declare(
18
- ninja
19
- SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ninja-upstream
20
-)
21
-FetchContent_MakeAvailable(ninja)
22
-
23
if(RUN_NINJA_TEST)
24
add_custom_target(
25
run_ninja_test ALL "$<TARGET_FILE:ninja_test>" ${TEST_OPTS}
0 commit comments