We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CONTAINER_LIBRARY
1 parent 3366f1b commit 9c84745Copy full SHA for 9c84745
CMakeLists.txt
@@ -270,7 +270,7 @@ if(NOT WIN32
270
include(container_plugin)
271
# Install the plugin
272
install(
273
- FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
+ FILES "${CONTAINER_LIBRARY}"
274
DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
275
COMPONENT "${FALCO_COMPONENT_NAME}"
276
)
0 commit comments