From 7ee659583207db6632871257132640fdd46014ce Mon Sep 17 00:00:00 2001 From: Priyanka Chowdhury Date: Mon, 4 Mar 2024 17:09:47 +0100 Subject: [PATCH] link Boost_LIBRARIES --- src/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d730bd..88a4c94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Boost REQUIRED system filesystem serialization program_options) +find_package(Boost REQUIRED system regex filesystem serialization program_options) find_package(gecode REQUIRED) # For adding the qt4 resources @@ -139,6 +139,7 @@ rock_library(templ_moft ${MOFT_EXTRA_HPP} DEPS templ_core + LIBS ${Boost_LIBRARIES} ) if(WITH_GQR) target_link_libraries(templ_moft ${GQR_LIBRARIES}) @@ -246,6 +247,7 @@ rock_library(templ utils/PathConstructor.hpp DEPS templ_moft + LIBS ${Boost_LIBRARIES} ) rock_library(templ_benchmark @@ -259,6 +261,7 @@ rock_library(templ_benchmark benchmark/io/GoldenReader.hpp DEPS templ + LIBS ${Boost_LIBRARIES} ) rock_executable(templ_bin Main.cpp @@ -400,6 +403,7 @@ rock_library(templ_gui gui/widgets/SpatioTemporalRequirement.ui gui/widgets/TemporalConstraintQualitative.ui gui/widgets/TemporalConstraintQuantitative.ui + LIBS ${Boost_LIBRARIES} ) rock_executable(templ-gui gui/Main.cpp