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 5bfb150 commit 4b64f48Copy full SHA for 4b64f48
CMakeLists.txt
@@ -22,7 +22,7 @@ cmake_minimum_required (VERSION 3.28)
22
include (cmake/yup.cmake)
23
_yup_setup_platform()
24
25
-if ("${yup_platform}" MATCHES "^(osx)$")
+if ("${yup_platform}" MATCHES "^(osx)$" AND NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET)
26
set (CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
27
endif()
28
0 commit comments