@@ -88,29 +88,29 @@ MARK_AS_ADVANCED(builtin_cling)
8888ROOT_BUILD_OPTION (builtin_civetweb ON "Use civetweb distributed with ROOT" )
8989ROOT_BUILD_OPTION (builtin_cppzmq OFF "Use ZeroMQ C++ bindings installed by ROOT (requires network)" )
9090ROOT_BUILD_OPTION (builtin_fftw3 OFF "Build FFTW3 internally (requires network)" )
91- ROOT_BUILD_OPTION (builtin_freetype OFF "Build bundled copy of freetype " )
91+ ROOT_BUILD_OPTION (builtin_freetype OFF "Build freetype internally (requires network) " )
9292ROOT_BUILD_OPTION (builtin_ftgl OFF "Build bundled copy of FTGL" )
93- ROOT_BUILD_OPTION (builtin_gif OFF "Build bundled copy of libgif " )
93+ ROOT_BUILD_OPTION (builtin_gif OFF "Build libgif internally (requires network) " )
9494ROOT_BUILD_OPTION (builtin_gl2ps OFF "Build bundled copy of gl2ps" )
9595ROOT_BUILD_OPTION (builtin_gsl OFF "Build GSL internally (requires network)" )
9696ROOT_BUILD_OPTION (builtin_gtest OFF "Build googletest internally (requires network)" )
97- ROOT_BUILD_OPTION (builtin_jpeg OFF "Build bundled copy of libjpeg " )
97+ ROOT_BUILD_OPTION (builtin_jpeg OFF "Build libjpeg internally (requires network) " )
9898ROOT_BUILD_OPTION (builtin_llvm ON "Build bundled copy of LLVM" )
99- ROOT_BUILD_OPTION (builtin_lz4 OFF "Build bundled copy of lz4 " )
100- ROOT_BUILD_OPTION (builtin_lzma OFF "Build bundled copy of lzma " )
99+ ROOT_BUILD_OPTION (builtin_lz4 OFF "Build lz4 internally (requires network) " )
100+ ROOT_BUILD_OPTION (builtin_lzma OFF "Build lzma internally (requires network) " )
101101ROOT_BUILD_OPTION (builtin_nlohmannjson OFF "Use nlohmann/json.hpp file distributed with ROOT" )
102102ROOT_BUILD_OPTION (builtin_openssl OFF "Build OpenSSL internally (requires network)" )
103103ROOT_BUILD_OPTION (builtin_openui5 ON "Use openui5 bundle distributed with ROOT" )
104104ROOT_BUILD_OPTION (builtin_pcre OFF "Build bundled copy of PCRE" )
105- ROOT_BUILD_OPTION (builtin_png OFF "Build bundled copy of libpng " )
105+ ROOT_BUILD_OPTION (builtin_png OFF "Build libpng internally (requires network) " )
106106ROOT_BUILD_OPTION (builtin_tbb OFF "Build TBB internally (requires network)" )
107107ROOT_BUILD_OPTION (builtin_unuran OFF "Build bundled copy of unuran" )
108108ROOT_BUILD_OPTION (builtin_vdt OFF "Build VDT internally (requires network)" )
109109ROOT_BUILD_OPTION (builtin_xrootd OFF "Build XRootD internally (requires network)" )
110110ROOT_BUILD_OPTION (builtin_xxhash OFF "Build bundled copy of xxHash" )
111111ROOT_BUILD_OPTION (builtin_zeromq OFF "Build ZeroMQ internally (requires network)" )
112- ROOT_BUILD_OPTION (builtin_zlib OFF "Build bundled copy of zlib " )
113- ROOT_BUILD_OPTION (builtin_zstd OFF "Build included libzstd, or use system libzstd " )
112+ ROOT_BUILD_OPTION (builtin_zlib OFF "Build zlib internally (requires network) " )
113+ ROOT_BUILD_OPTION (builtin_zstd OFF "Build zstd internally (requires network) " )
114114ROOT_BUILD_OPTION (ccache OFF "Enable ccache usage for speeding up builds" )
115115ROOT_BUILD_OPTION (cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display" )
116116ROOT_BUILD_OPTION (check_connection ON "Fail the configuration step if there is no internet connection, but it's required for the build" )
0 commit comments