Skip to content

Commit 151f4ff

Browse files
ferdymercurydpiparo
authored andcommitted
[cmake] fix typo in zmq version
(cherry picked from commit b112bab)
1 parent e848ef9 commit 151f4ff

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
@@ -152,7 +152,7 @@ ROOT_BUILD_OPTION(pythia8 OFF "Enable support for Pythia 8.x [GPL]")
152152
ROOT_BUILD_OPTION(qt6web OFF "Enable support for Qt6 web-based display (requires Qt6::WebEngineCore and Qt6::WebEngineWidgets)")
153153
ROOT_BUILD_OPTION(r OFF "Enable support for R bindings (requires R, Rcpp, and RInside)")
154154
ROOT_BUILD_OPTION(roofit ON "Build the advanced fitting package RooFit, and RooStats for statistical tests. If xml is available, also build HistFactory.")
155-
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).")
155+
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).")
156156
ROOT_BUILD_OPTION(root7 ON "Build ROOT 7 experimental components of ROOT")
157157
ROOT_BUILD_OPTION(runtime_cxxmodules ON "Enable runtime support for C++ modules")
158158
ROOT_BUILD_OPTION(shadowpw OFF "Enable support for shadow passwords")

0 commit comments

Comments
 (0)