mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
fix(build): use correct libyaml variable in tests cmake
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
076aabcea6
commit
c93029ce74
@ -35,7 +35,7 @@ else()
|
|||||||
)
|
)
|
||||||
endif()
|
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")
|
SET(FALCO_TESTS_ARGUMENTS "" CACHE STRING "Test arguments to pass to the Falco test suite")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user