Skip to content

Commit 83437d8

Browse files
committed
macOS compat
1 parent 04a8147 commit 83437d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
66

77
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")
88

9-
if (UNIX)
9+
if (UNIX AND NOT APPLE)
1010
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static -static-libgcc -static-libstdc++")
1111
endif ()
1212

0 commit comments

Comments
 (0)