Apply Boost CMake fix to all OSs
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
cba36239a4
commit
e9cced57bf
@ -12,9 +12,7 @@ option(STATIC_BUILD "Create static build" 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)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set(Boost_NO_BOOST_CMAKE ON)
|
||||
endif()
|
||||
set(Boost_NO_BOOST_CMAKE ON)
|
||||
|
||||
set(link_param "")
|
||||
if (STATIC_BUILD)
|
||||
|
Loading…
Reference in New Issue
Block a user