Skip to content

Commit 06e7e83

Browse files
committed
doc: correct the zmq automatic build info
1 parent 33adc75 commit 06e7e83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/zmq.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ operation.
4646

4747
## Enabling
4848

49-
By default, the ZeroMQ feature is automatically compiled in if the
50-
necessary prerequisites are found. To disable, use -DWITH_ZMQ=OFF
51-
during the *configure* step of building bitcoind:
49+
By default, the ZeroMQ feature is not automatically compiled.
50+
To enable, use `-DWITH_ZMQ=ON` when configuring the build system:
5251

53-
$ cmake -B build -DWITH_ZMQ=OFF (other options)
52+
$ cmake -B build -DWITH_ZMQ=ON
5453

5554
To actually enable operation, one must set the appropriate options on
5655
the command line or in the configuration file.

0 commit comments

Comments
 (0)