Skip to content

Commit 4b64f48

Browse files
committed
More tweaks
1 parent 5bfb150 commit 4b64f48

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
@@ -22,7 +22,7 @@ cmake_minimum_required (VERSION 3.28)
2222
include (cmake/yup.cmake)
2323
_yup_setup_platform()
2424

25-
if ("${yup_platform}" MATCHES "^(osx)$")
25+
if ("${yup_platform}" MATCHES "^(osx)$" AND NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET)
2626
set (CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
2727
endif()
2828

0 commit comments

Comments
 (0)