Skip to content

Commit d0b5c39

Browse files
authored
Remove unused runtime flag on macOS (#466)
Remove `CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG` from CMake configuration
1 parent e065612 commit d0b5c39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/configure.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ if(MSVC)
22
option(gtest_force_shared_crt "" TRUE)
33
endif(MSVC)
44

5-
if (APPLE)
6-
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG TRUE)
7-
endif(APPLE)
8-
95
if (NOT CMAKE_BUILD_TYPE)
106
set(CMAKE_BUILD_TYPE "Release")
117
endif(NOT CMAKE_BUILD_TYPE)

0 commit comments

Comments
 (0)