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 9462db6 commit 9b79aebCopy full SHA for 9b79aeb
cmake/compiler_find.cmake
@@ -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
9
# Help CMake find matching compilers, especially needed for MacOS
10
11
if(APPLE)
0 commit comments