Skip to content

Commit 7c70912

Browse files
committed
FLASH: before importing submodules
1 parent bd9b06b commit 7c70912

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ set(CMAKE_CXX_STANDARD 17)
44

55

66
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()
7+
include(external_tools)
128

139

1410
#--------------------------------------------------------------------------
@@ -76,4 +72,4 @@ target_include_directories(${APP_NAME_EXE}
7672
include(CTest)
7773
enable_testing()
7874

79-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global)
75+
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests/global_registrations)

cmake/options.cmake

Whitespace-only changes.

0 commit comments

Comments
 (0)