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 2da18c1 commit c57bc94Copy full SHA for c57bc94
CMakeLists.txt
@@ -12,7 +12,7 @@ if(MSVC)
12
add_compile_options(/MP)
13
endif()
14
15
-set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE INTERNAL "")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0" CACHE INTERNAL "")
16
17
# linux detection
18
if(UNIX AND NOT APPLE)
0 commit comments