File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
- cmake_minimum_required (VERSION 2.8 )
2
+ cmake_minimum_required (VERSION 3.15 FATAL_ERROR )
3
3
4
4
project (ZeekPluginGQUIC )
5
5
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Usage: $0 [OPTIONS]
25
25
--install-root=DIR Path where to install plugin into
26
26
--with-binpac=DIR Path to BinPAC installation root
27
27
--with-broker=DIR Path to Broker installation root
28
- --with-caf=DIR Path to CAF installation root
29
28
--with-bifcl=PATH Path to bifcl executable
30
29
--enable-debug Compile in debugging mode
31
30
EOF
@@ -91,11 +90,6 @@ while [ $# -ne 0 ]; do
91
90
broker_root=$optarg
92
91
;;
93
92
94
- --with-caf=* )
95
- append_cache_entry CAF_ROOT_DIR PATH $optarg
96
- caf_root=$optarg
97
- ;;
98
-
99
93
--with-bifcl=* )
100
94
append_cache_entry BifCl_EXE PATH $optarg
101
95
;;
@@ -160,9 +154,6 @@ if [ -z "$zeekdist" ]; then
160
154
append_cache_entry BROKER_ROOT_DIR PATH ` ${zeek_config} --broker_root`
161
155
fi
162
156
163
- if [ -z " $caf_root " ]; then
164
- append_cache_entry CAF_ROOT_DIR PATH ` ${zeek_config} --caf_root`
165
- fi
166
157
else
167
158
# Using legacy bro-config, so we must use the "--bro_dist" option.
168
159
zeekdist=` ${zeek_config} --bro_dist 2> /dev/null`
You can’t perform that action at this time.
0 commit comments