Skip to content

Commit b112bab

Browse files
ferdymercuryguitargeek
authored andcommitted
[cmake] fix typo in zmq version
1 parent 4cbb376 commit b112bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/RootBuildOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ROOT_BUILD_OPTION(pythia8 OFF "Enable support for Pythia 8.x [GPL]")
150150
ROOT_BUILD_OPTION(qt6web OFF "Enable support for Qt6 web-based display (requires Qt6::WebEngineCore and Qt6::WebEngineWidgets)")
151151
ROOT_BUILD_OPTION(r OFF "Enable support for R bindings (requires R, Rcpp, and RInside)")
152152
ROOT_BUILD_OPTION(roofit ON "Build the advanced fitting package RooFit, and RooStats for statistical tests. If xml is available, also build HistFactory.")
153-
ROOT_BUILD_OPTION(roofit_multiprocess OFF "Build RooFit::MultiProcess and multi-process RooFit::TestStatistics classes (requires ZeroMQ >= 3.4.5 built with -DENABLE_DRAFTS and cppzmq).")
153+
ROOT_BUILD_OPTION(roofit_multiprocess OFF "Build RooFit::MultiProcess and multi-process RooFit::TestStatistics classes (requires ZeroMQ >= 4.3.5 built with -DENABLE_DRAFTS and cppzmq).")
154154
ROOT_BUILD_OPTION(root7 ON "Build ROOT 7 experimental components of ROOT")
155155
ROOT_BUILD_OPTION(runtime_cxxmodules ON "Enable runtime support for C++ modules")
156156
ROOT_BUILD_OPTION(shadowpw OFF "Enable support for shadow passwords")

0 commit comments

Comments
 (0)