File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ stages:
4545 ENABLE_EXPORT : " " # Empty for cmake default
4646 ENABLE_FFTW : " " # Empty for cmake default
4747 ENABLE_UHD : " " # Empty for cmake default
48- ENABLE_ZERO_MQ : " " # Empty for cmake default
48+ ENABLE_ZEROMQ : " True " # Empty for cmake default
4949 ENABLE_ASAN : " " # Empty for cmake default
5050 ENABLE_TSAN : " " # Empty for cmake default
5151 ENABLE_GCOV : " " # Empty for cmake default
@@ -79,8 +79,8 @@ stages:
7979 if [ -n "${ENABLE_UHD}" ]; then
8080 BUILD_ARGS="${BUILD_ARGS} -DENABLE_UHD=${ENABLE_UHD}"
8181 fi
82- if [ -n "${ENABLE_ZERO_MQ }" ]; then
83- BUILD_ARGS="${BUILD_ARGS} -DENABLE_ZERO_MQ =${ENABLE_ZERO_MQ }"
82+ if [ -n "${ENABLE_ZEROMQ }" ]; then
83+ BUILD_ARGS="${BUILD_ARGS} -DENABLE_ZEROMQ =${ENABLE_ZEROMQ }"
8484 fi
8585 if [ -n "${ENABLE_ASAN}" ]; then
8686 BUILD_ARGS="${BUILD_ARGS} -DENABLE_ASAN=${ENABLE_ASAN}"
You can’t perform that action at this time.
0 commit comments