mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-17 23:37:51 +00:00
fix(cmake): use CONTAINER_LIBRARY
variable instead of custom path.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
3366f1b40e
commit
9c84745cde
@@ -270,7 +270,7 @@ if(NOT WIN32
|
||||
include(container_plugin)
|
||||
# Install the plugin
|
||||
install(
|
||||
FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
|
||||
FILES "${CONTAINER_LIBRARY}"
|
||||
DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
|
||||
COMPONENT "${FALCO_COMPONENT_NAME}"
|
||||
)
|
||||
|
Reference in New Issue
Block a user