updated macos deployment target: 10.13 -> 10.15 (required for std::filesystem)
This commit is contained in:
parent
f7aab6f332
commit
d52cb725d1
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ find_package(OpenSSL REQUIRED)
|
|||
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
|
||||
endif()
|
||||
|
||||
set(USE_PCH FALSE CACHE BOOL "Use shared precompiled headers")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue