We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e065612 commit d0b5c39Copy full SHA for d0b5c39
1 file changed
cmake/configure.cmake
@@ -2,10 +2,6 @@ if(MSVC)
2
option(gtest_force_shared_crt "" TRUE)
3
endif(MSVC)
4
5
-if (APPLE)
6
- set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG TRUE)
7
-endif(APPLE)
8
-
9
if (NOT CMAKE_BUILD_TYPE)
10
set(CMAKE_BUILD_TYPE "Release")
11
endif(NOT CMAKE_BUILD_TYPE)
0 commit comments