Reword comment about when ZeroMQ is required for the build

This commit is contained in:
Tim Wojtulewicz 2025-09-16 13:30:00 -07:00
parent 37cc4999b3
commit 723b64d81f

View file

@ -1,7 +1,5 @@
# Default to building ZeroMQ only if ZeroMQ was found. # Default to building ZeroMQ, but add an option that allows it to be disabled
# # via CMake.
# If a user enabled the cluster backend explicitly (-D ENABLE_CLUSTER_BACKEND_ZEROMQ:bool=ON),
# but ZeroMQ wasn' found, hard bail.
option(ENABLE_CLUSTER_BACKEND_ZEROMQ "Enable the ZeroMQ cluster backend" ON) option(ENABLE_CLUSTER_BACKEND_ZEROMQ "Enable the ZeroMQ cluster backend" ON)
if (ENABLE_CLUSTER_BACKEND_ZEROMQ) if (ENABLE_CLUSTER_BACKEND_ZEROMQ)