Skip to content

Commit

Permalink
bump minimum supported MacOS to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Dec 31, 2022
1 parent 5ea24a1 commit dd281cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ endif()

if(APPLE)
set(CMAKE_MACOSX_RPATH TRUE)
# C++17 std::optional requires macOS 10.14
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "Minimum OS X deployment version" FORCE)
endif()

if(WIN32)
Expand Down

0 comments on commit dd281cd

Please sign in to comment.