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 04a8147 commit 83437d8Copy full SHA for 83437d8
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
6
7
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")
8
9
-if (UNIX)
+if (UNIX AND NOT APPLE)
10
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static -static-libgcc -static-libstdc++")
11
endif ()
12
0 commit comments