Apply Boost CMake fix to all OSs

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-10-09 10:46:18 +01:00
parent cba36239a4
commit e9cced57bf

View File

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