- set macOS deployment target to match GZDoom and Raze

This commit is contained in:
alexey.lysiuk 2020-08-09 14:57:26 +03:00
parent 2d0ea86117
commit 0e789a9f1b

View file

@ -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.