Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Dec 3, 2024
1 parent 5bfb150 commit 4b64f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_minimum_required (VERSION 3.28)
include (cmake/yup.cmake)
_yup_setup_platform()

if ("${yup_platform}" MATCHES "^(osx)$")
if ("${yup_platform}" MATCHES "^(osx)$" AND NOT DEFINED CMAKE_OSX_DEPLOYMENT_TARGET)
set (CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
endif()

Expand Down

0 comments on commit 4b64f48

Please sign in to comment.