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 492116a commit 3c1f920Copy full SHA for 3c1f920
CMakeLists.txt
@@ -25,7 +25,7 @@ if (ENABLE_VCPKG)
25
OUTPUT_VARIABLE is_vcpkg_shallow
26
OUTPUT_STRIP_TRAILING_WHITESPACE
27
)
28
-
+
29
if(is_vcpkg_shallow STREQUAL "true")
30
message(STATUS "vcpkg is shallow. Unshallowing it now...")
31
execute_process(
@@ -93,7 +93,7 @@ endif()
93
94
if (APPLE)
95
enable_language(OBJC OBJCXX)
96
- set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
97
endif()
98
99
if (UNIX AND NOT APPLE)
0 commit comments