Skip to content
Snippets Groups Projects
Commit a7dfcfb8 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Bump macos target to 10.15 for compat with full c++17 api

parent dea4adf5
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
message( FATAL_ERROR "Xcode 12.0.0 or greater is required." )
endif ()
message( "Building with " ${CMAKE_OSX_SYSROOT} )
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
set(CMAKE_XCODE_ATTRIBUTE_GCC_OPTIMIZATION_LEVEL 3)
set(CMAKE_XCODE_ATTRIBUTE_GCC_FAST_MATH NO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment