From caf7abdb8dd7ec97801fd13efc8ae132e637ecd3 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 6 Nov 2019 13:51:05 +0000 Subject: cmake: Add boost system library Signed-off-by: David Shah --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bdff611..9af4bb6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") -- cgit v1.2.3