Skip to content

Commit 9c84745

Browse files
FedeDPpoiana
authored andcommitted
fix(cmake): use CONTAINER_LIBRARY variable instead of custom path.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 3366f1b commit 9c84745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ if(NOT WIN32
270270
include(container_plugin)
271271
# Install the plugin
272272
install(
273-
FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
273+
FILES "${CONTAINER_LIBRARY}"
274274
DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
275275
COMPONENT "${FALCO_COMPONENT_NAME}"
276276
)

0 commit comments

Comments
 (0)