update(cmake): fix wasm package content

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
Co-authored-by: Rohith Raju <rohithraju488@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-07-10 16:34:07 +00:00
committed by poiana
parent 590b034a55
commit 828fa7d14d
3 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ if(NOT DEFINED FALCO_ETC_DIR)
set(FALCO_ETC_DIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/falco")
endif()
message(STATUS "EHHEHEHEHEHE ${CMAKE_INSTALL_FULL_SYSCONFDIR}, ${FALCO_ETC_DIR}")
if(NOT DEFINED FALCO_RULES_DEST_FILENAME)
set(FALCO_RULES_DEST_FILENAME "falco_rules.yaml")
set(FALCO_LOCAL_RULES_DEST_FILENAME "falco_rules.local.yaml")