Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d62c758

Browse files
committed
doc fix
1 parent 7129fda commit d62c758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_05_subtrees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int main()
9696
// This logger stores the execution time of each node
9797
MinitraceLogger logger_minitrace(tree.root_node, "bt_trace.json");
9898

99-
#ifdef ZMQ_INSTALLED
99+
#ifdef ZMQ_FOUND
100100
// This logger publish status changes using ZeroMQ. Used by Groot
101101
PublisherZMQ publisher_zmq(tree);
102102
#endif

0 commit comments

Comments
 (0)