Skip to content

Commit 9b79aeb

Browse files
committed
cleanup unused [skip ci]
1 parent 9462db6 commit 9b79aeb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cmake/compiler_find.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# this must be include() before CMakeLists.txt project()
2-
3-
if(NOT CMAKE_BUILD_TYPE)
4-
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Debug or Release")
5-
endif()
6-
7-
set(CMAKE_CONFIGURATION_TYPES "Release;RelWithDebInfo;Debug" CACHE STRING "Build type selections" FORCE)
8-
91
# Help CMake find matching compilers, especially needed for MacOS
102

113
if(APPLE)

0 commit comments

Comments
 (0)