Skip to content

Commit

Permalink
Attempt to fix CMAKE_OSX_DEPLOYMENT_TARGET not being set properly on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronraimist authored and KitsuneRal committed Oct 29, 2021
1 parent 27238f1 commit 5be1cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ if(WIN32)
endif()

if(APPLE)
if(NOT CMAKE_OSX_DEPLOYMENT_TARGET)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
MESSAGE(STATUS "CMAKE_OSX_DEPLOYMENT_TARGET: " ${CMAKE_OSX_DEPLOYMENT_TARGET})

set(MACOSX_BUNDLE_GUI_IDENTIFIER ${IDENTIFIER})
Expand Down

0 comments on commit 5be1cca

Please sign in to comment.