Set macOS requirement to 10.14 to get c++17 working; fix this later
This commit is contained in:
parent
526525be6a
commit
4b6b380ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ endif()
|
||||||
|
|
||||||
# Set macOS compatibility level
|
# Set macOS compatibility level
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Do not define macros `min` and `max`
|
# Do not define macros `min` and `max`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue