From 1232adca386150fb1cb0117b15524ba3a8cff6df Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 23 Feb 2022 10:56:57 -0700 Subject: [PATCH] GH-1980: Deprecate and return warning for zeek-config's caf-root option --- zeek-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zeek-config.in b/zeek-config.in index 20c3e22475..a25449ff04 100755 --- a/zeek-config.in +++ b/zeek-config.in @@ -65,7 +65,7 @@ Toplevel installation directories for third-party components: --binpac_root BinPAC compiler --broker_root Broker communication framework - --caf_root C++ Actor Framework + --caf_root C++ Actor Framework (deprecated, will be removed in 5.1) " } @@ -100,7 +100,7 @@ while [ $# -ne 0 ]; do echo $build_type ;; --caf_root) - echo $caf_root + echo "The caf_root option is deprecated and will be removed in 5.1. The Broker API has been updated to no longer require access to CAF to build against Broker." ;; --cmake_dir) echo $cmake_dir