@@ -86,29 +86,29 @@ ROOT_BUILD_OPTION(builtin_cling ON "Build bundled copy of Cling. Only build with
8686MARK_AS_ADVANCED (builtin_cling )
8787ROOT_BUILD_OPTION (builtin_civetweb ON "Use civetweb distributed with ROOT" )
8888ROOT_BUILD_OPTION (builtin_fftw3 OFF "Build FFTW3 internally (requires network) [GPL]" )
89- ROOT_BUILD_OPTION (builtin_freetype OFF "Build bundled copy of freetype " )
89+ ROOT_BUILD_OPTION (builtin_freetype OFF "Build freetype internally (requires network) " )
9090ROOT_BUILD_OPTION (builtin_ftgl OFF "Build bundled copy of FTGL" )
91- ROOT_BUILD_OPTION (builtin_gif OFF "Build bundled copy of libgif " )
91+ ROOT_BUILD_OPTION (builtin_gif OFF "Build libgif internally (requires network) " )
9292ROOT_BUILD_OPTION (builtin_gl2ps OFF "Build bundled copy of gl2ps" )
9393ROOT_BUILD_OPTION (builtin_gsl OFF "Build GSL internally (requires network) [GPL]" )
9494ROOT_BUILD_OPTION (builtin_gtest OFF "Build googletest internally (requires network)" )
95- ROOT_BUILD_OPTION (builtin_jpeg OFF "Build bundled copy of libjpeg " )
95+ ROOT_BUILD_OPTION (builtin_jpeg OFF "Build libjpeg internally (requires network) " )
9696ROOT_BUILD_OPTION (builtin_llvm ON "Build bundled copy of LLVM" )
97- ROOT_BUILD_OPTION (builtin_lz4 OFF "Build bundled copy of lz4 " )
98- ROOT_BUILD_OPTION (builtin_lzma OFF "Build bundled copy of lzma " )
97+ ROOT_BUILD_OPTION (builtin_lz4 OFF "Build lz4 internally (requires network) " )
98+ ROOT_BUILD_OPTION (builtin_lzma OFF "Build lzma internally (requires network) " )
9999ROOT_BUILD_OPTION (builtin_nlohmannjson OFF "Use nlohmann/json.hpp file distributed with ROOT" )
100100ROOT_BUILD_OPTION (builtin_openssl OFF "Build OpenSSL internally (requires network)" )
101101ROOT_BUILD_OPTION (builtin_openui5 ON "Use openui5 bundle distributed with ROOT" )
102102ROOT_BUILD_OPTION (builtin_pcre OFF "Build bundled copy of PCRE" )
103- ROOT_BUILD_OPTION (builtin_png OFF "Build bundled copy of libpng " )
103+ ROOT_BUILD_OPTION (builtin_png OFF "Build libpng internally (requires network) " )
104104ROOT_BUILD_OPTION (builtin_tbb OFF "Build TBB internally (requires network)" )
105105ROOT_BUILD_OPTION (builtin_tiff OFF "Build libtiff internally (requires network)" )
106106ROOT_BUILD_OPTION (builtin_unuran OFF "Build bundled copy of unuran [GPL]" )
107107ROOT_BUILD_OPTION (builtin_vdt OFF "Build VDT internally (requires network)" )
108108ROOT_BUILD_OPTION (builtin_xrootd OFF "Build XRootD internally (requires network)" )
109109ROOT_BUILD_OPTION (builtin_xxhash OFF "Build bundled copy of xxHash" )
110- ROOT_BUILD_OPTION (builtin_zlib OFF "Build bundled copy of zlib " )
111- ROOT_BUILD_OPTION (builtin_zstd OFF "Build included libzstd, or use system libzstd " )
110+ ROOT_BUILD_OPTION (builtin_zlib OFF "Build zlib internally (requires network) " )
111+ ROOT_BUILD_OPTION (builtin_zstd OFF "Build zstd internally (requires network) " )
112112ROOT_BUILD_OPTION (ccache OFF "Enable ccache usage for speeding up builds" )
113113ROOT_BUILD_OPTION (cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display" )
114114ROOT_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