diff --git a/do_cmake.sh b/do_cmake.sh index c00737346a3a4..a1731f6f5eb87 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -83,6 +83,7 @@ elif [ "$(uname)" == Darwin ] ; then ARGS+=" -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF" # currently, rgw posix driver requires inotify ARGS+=" -DWITH_RADOSGW_POSIX=OFF" + ARGS+=" -DWITH_JAEGER=OFF" # you should have configured and bootstrapped brew ARGS+=" -DICU_ROOT=$(brew --prefix icu4c)"