mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-03-20 01:21:03 +00:00
- set macOS deployment target to match GZDoom and Raze
This commit is contained in:
parent
2d0ea86117
commit
0e789a9f1b
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ else()
|
|||
|
||||
|
||||
if( APPLE )
|
||||
set( CMAKE_OSX_DEPLOYMENT_TARGET "10.9" )
|
||||
if( CMAKE_CXX_COMPILER_ID STREQUAL "Clang" )
|
||||
# With standard Apple tools -stdlib=libc++ needs to be specified in order to get
|
||||
# C++11 support using SDKs 10.7 and 10.8.
|
||||
|
|
Loading…
Reference in a new issue