From 61be9ec4dda5bbddd148eb6e699ab8cf08bb9a0e Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Fri, 13 Mar 2026 09:28:49 +0000 Subject: [PATCH] fix(cmake): configure falco.yaml from current src dir Signed-off-by: Roberto Scolaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 331df78b..246187eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,7 +291,7 @@ if(NOT WIN32 # Generate a binary_dir/falco.yaml that automatically enables the plugin to be used for local # testing. - configure_file(${CMAKE_SOURCE_DIR}/falco.yaml ${CMAKE_BINARY_DIR} COPYONLY) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/falco.yaml ${CMAKE_BINARY_DIR} COPYONLY) # The custom target configures the plugin and set its path add_custom_target( container