diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4441657b..9977ddde 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -35,7 +35,7 @@ else() ) endif() -set(FALCO_TESTED_LIBRARIES falco_engine yaml-cpp) +set(FALCO_TESTED_LIBRARIES falco_engine ${YAMLCPP_LIB}) SET(FALCO_TESTS_ARGUMENTS "" CACHE STRING "Test arguments to pass to the Falco test suite")