We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9b06b commit 7c70912Copy full SHA for 7c70912
CMakeLists.txt
@@ -4,11 +4,7 @@ set(CMAKE_CXX_STANDARD 17)
4
5
6
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
7
-
8
-# # change the default build type to Release
9
-# if(NOT CMAKE_BUILD_TYPE)
10
-# set(CMAKE_BUILD_TYPE Release)
11
-# endif()
+include(external_tools)
12
13
14
#--------------------------------------------------------------------------
@@ -76,4 +72,4 @@ target_include_directories(${APP_NAME_EXE}
76
72
include(CTest)
77
73
enable_testing()
78
74
79
-add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global)
75
+# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global_registrations)
cmake/options.cmake
0 commit comments