Merge pull request #339 from YosysHQ/dave/cmakefix

Apply Boost CMake fix to all OSs
This commit is contained in:
Miodrag Milanović 2019-10-09 11:54:06 +02:00 committed by GitHub
commit cc8eaf7206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)