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 56bbc7d commit 48c4ef1Copy full SHA for 48c4ef1
1 file changed
CMakeLists.txt
@@ -11,8 +11,6 @@ project(Crow
11
12
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
13
14
-include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake)
15
-
16
# Make sure Findasio.cmake module is found
17
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
18
@@ -255,6 +253,7 @@ endif()
255
253
256
254
# Tests
257
if(CROW_BUILD_TESTS)
+ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake)
258
259
add_subdirectory(tests)
260
enable_testing()
0 commit comments