From e9cced57bf210faa4674a78358cb1a94765b34db Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 9 Oct 2019 10:46:18 +0100 Subject: Apply Boost CMake fix to all OSs Signed-off-by: David Shah --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0e578df..fc38c130 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3