Skip to content

Commit

Permalink
add macos demployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Sep 17, 2022
1 parent 342cecc commit 05bf96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if (APPLE OR WIN32)
# MacOS
if (APPLE)
set(CMAKE_OSX_ARCHITECTURES x86_64)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
set(CMAKE_FIND_FRAMEWORK LAST)
set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD "c++14")
set(CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++")
Expand Down

0 comments on commit 05bf96d

Please sign in to comment.