mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-09 09:51:18 +00:00
Apply Boost CMake fix to all OSs
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user