adapt naming to macOS
This commit is contained in:
parent
232e8677b1
commit
4fb1764d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ endif()
|
|||
if(APPLE AND NOT CMAKE_OSX_DEPLOYMENT_TARGET)
|
||||
# If no deployment target has been set default to the minimum supported
|
||||
# OS X version (this has to be set before the first project() call)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10 CACHE STRING "OS X Deployment Target")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10 CACHE STRING "macOS Deployment Target")
|
||||
endif()
|
||||
|
||||
include(build/cmake/policies.cmake NO_POLICY_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue