mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +00:00
Add explicit catch2 dependency for tests
When I try to build the dev branch using the docker builder, the tests target isn't properly checking out and building catch2 for the dependency catch2.hpp. Adding this explicit dependency allowed the build to succeed. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
parent
aaff21106d
commit
1d1ecd9905
@ -41,6 +41,7 @@ if(FALCO_BUILD_TESTS)
|
||||
"${YAMLCPP_INCLUDE_DIR}"
|
||||
"${CIVETWEB_INCLUDE_DIR}"
|
||||
"${PROJECT_SOURCE_DIR}/userspace/falco")
|
||||
add_dependencies(falco_test catch2)
|
||||
|
||||
include(CMakeParseArguments)
|
||||
include(CTest)
|
||||
|
Loading…
Reference in New Issue
Block a user