mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-05 05:23:06 +00:00
cmake: Add boost system library
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
@@ -97,7 +97,7 @@ endif()
|
||||
find_package(Sanitizers)
|
||||
|
||||
# List of Boost libraries to include
|
||||
set(boost_libs filesystem thread program_options iostreams)
|
||||
set(boost_libs filesystem thread program_options iostreams system)
|
||||
|
||||
if (BUILD_GUI AND NOT BUILD_PYTHON)
|
||||
message(FATAL_ERROR "GUI requires Python to build")
|
||||
|
||||
Reference in New Issue
Block a user