aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-01-11 17:50:36 -0800
committerGerald Combs <gerald@wireshark.org>2023-01-12 02:21:15 +0000
commitde160400219a69fa2c6cd7e68e2ff455fd2b2f83 (patch)
tree9f5b73c41370c2361ee7b13fde931ca651280495 /cmake/modules
parent4c9b0d846c588f0303ea4e55353a0d1970e6a0a9 (diff)
CMake: Rename SINSP_PLUGINS to FALCO_PLUGINS
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindSinsp.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindSinsp.cmake b/cmake/modules/FindSinsp.cmake
index 4e25a4378c..d58a5130ed 100644
--- a/cmake/modules/FindSinsp.cmake
+++ b/cmake/modules/FindSinsp.cmake
@@ -15,7 +15,7 @@
# SINSP_LINK_LIBRARIES - List of libraries when using libsinsp.
# You must manually set the following variables:
-# SINSP_PLUGINS - Paths to plugins built from https://github.com/falcosecurity/plugins/.
+# FALCO_PLUGINS - Paths to plugins built from https://github.com/falcosecurity/plugins/.
# To do:
# SINSP_DLL_DIR - (Windows) Path to the libsinsp and libscap DLLs
@@ -171,6 +171,6 @@ else()
set(SINSP_LINK_LIBRARIES)
endif()
-cmake_dependent_option(SINSP_PLUGINS "Paths to Falco plugins. Semicolon-separated" "" SINSP_FOUND "")
+cmake_dependent_option(FALCO_PLUGINS "Paths to Falco plugins. Semicolon-separated" "" SINSP_FOUND "")
mark_as_advanced(SINSP_INCLUDE_DIRS SINSP_LINK_LIBRARIES)