Skip to content

Commit

Permalink
Fix min macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed May 3, 2022
1 parent 13da959 commit 2d35417
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 @@ -13,7 +13,7 @@ endif ()
set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM 1)

if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
project(${TARGET} LANGUAGES CXX OBJCXX)
else ()
project(${TARGET} LANGUAGES CXX)
Expand Down

0 comments on commit 2d35417

Please sign in to comment.