aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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 /plugins
parent4c9b0d846c588f0303ea4e55353a0d1970e6a0a9 (diff)
CMake: Rename SINSP_PLUGINS to FALCO_PLUGINS
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/falco_bridge/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/falco_bridge/README.md b/plugins/epan/falco_bridge/README.md
index 7956a134f7..7c845b2f64 100644
--- a/plugins/epan/falco_bridge/README.md
+++ b/plugins/epan/falco_bridge/README.md
@@ -14,7 +14,7 @@ It requires [libsinsp and libscap](https://github.com/falcosecurity/libs/).
cmake \
-DSINSP_INCLUDEDIR=/path/to/falcosecurity-libs \
-DSINSP_LIBDIR=/path/to/falcosecurity-libs/ \
- -DSINSP_PLUGINS="/path/to/plugin1;/path/to/plugin2;/path/to/plugin3" \
+ -DFALCO_PLUGINS="/path/to/plugin1;/path/to/plugin2;/path/to/plugin3" \
[other cmake args]
```