cmake: Add boost system library
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
21c09c8b8f
commit
caf7abdb8d
@ -97,7 +97,7 @@ endif()
|
|||||||
find_package(Sanitizers)
|
find_package(Sanitizers)
|
||||||
|
|
||||||
# List of Boost libraries to include
|
# 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)
|
if (BUILD_GUI AND NOT BUILD_PYTHON)
|
||||||
message(FATAL_ERROR "GUI requires Python to build")
|
message(FATAL_ERROR "GUI requires Python to build")
|
||||||
|
Loading…
Reference in New Issue
Block a user