mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Reword comment about when ZeroMQ is required for the build
This commit is contained in:
parent
37cc4999b3
commit
723b64d81f
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# Default to building ZeroMQ only if ZeroMQ was found.
|
||||
#
|
||||
# If a user enabled the cluster backend explicitly (-D ENABLE_CLUSTER_BACKEND_ZEROMQ:bool=ON),
|
||||
# but ZeroMQ wasn' found, hard bail.
|
||||
# Default to building ZeroMQ, but add an option that allows it to be disabled
|
||||
# via CMake.
|
||||
option(ENABLE_CLUSTER_BACKEND_ZEROMQ "Enable the ZeroMQ cluster backend" ON)
|
||||
|
||||
if (ENABLE_CLUSTER_BACKEND_ZEROMQ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue