Set macOS requirement to 10.14 to get c++17 working; fix this later

This commit is contained in:
Jean Pierre Cimalando 2021-09-21 20:44:16 +02:00
parent 526525be6a
commit 4b6b380ce4

View file

@ -52,7 +52,7 @@ endif()
# Set macOS compatibility level
if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
endif()
# Do not define macros `min` and `max`