Merge pull request #8530 from MrChico/oldosxbuild

Oldosxbuild
This commit is contained in:
Leonardo 2020-03-26 15:28:03 +01:00 committed by GitHub
commit 3c6ae6a5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ eth_policy()
# project name and version should be set after cmake_policy CMP0048
set(PROJECT_VERSION "0.6.5")
# OSX target needed in order to support std::visit
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
include(TestBigEndian)