diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c2b708034..25b1184a2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,8 @@ cmake_minimum_required (VERSION 3.4) +# compatibility for osx sierra and on +# needs to be set before project +set (CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "") + project (nano-node) # Get the latest abbreviated commit hash of the working branch