1
0
Fork 0
forked from lthn/blockchain

updated macos deployment target: 10.13 -> 10.15 (required for std::filesystem)

This commit is contained in:
sowle 2024-05-04 03:24:15 +02:00
parent f7aab6f332
commit d52cb725d1
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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")