Fix issue with latest boost on macOS, fixes #322
This commit is contained in:
parent
30e3c8469b
commit
7cd1e04951
@ -12,6 +12,10 @@ option(STATIC_BUILD "Create static build" OFF)
|
|||||||
option(EXTERNAL_CHIPDB "Create build with pre-built chipdb binaries" OFF)
|
option(EXTERNAL_CHIPDB "Create build with pre-built chipdb binaries" OFF)
|
||||||
option(SERIALIZE_CHIPDB "Never build chipdb in parallel to reduce peak memory use" ON)
|
option(SERIALIZE_CHIPDB "Never build chipdb in parallel to reduce peak memory use" ON)
|
||||||
|
|
||||||
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
|
set(Boost_NO_BOOST_CMAKE ON)
|
||||||
|
endif()
|
||||||
|
|
||||||
set(link_param "")
|
set(link_param "")
|
||||||
if (STATIC_BUILD)
|
if (STATIC_BUILD)
|
||||||
set(Boost_USE_STATIC_LIBS ON)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user