From 53f8d995a736404fb0aac8ad9c3dd7a5fc01f0ab Mon Sep 17 00:00:00 2001 From: Thomas Roehr Date: Fri, 26 Jul 2024 10:15:52 +0200 Subject: [PATCH] test: add find_package for gecode and boost --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 81ac0c8..76c28a0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,6 @@ +find_package(gecode REQUIRED) +find_package(Boost REQUIRED system filesystem serialization program_options regex) + rock_testsuite(templ-test suite.cpp #test_Scheduling.cpp solvers/test_AgentRoutingProblem.cpp