fix(build): use correct libyaml variable in tests cmake

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2021-11-17 17:05:48 +00:00 committed by poiana
parent 076aabcea6
commit c93029ce74

View File

@ -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")