Skip to content

Commit d7e0540

Browse files
committed
[cmake] mention that builtins are no longer bundled
but require internet connection [cmake] two more
1 parent 4f36e0d commit d7e0540

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

cmake/modules/RootBuildOptions.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,29 @@ ROOT_BUILD_OPTION(builtin_cling ON "Build bundled copy of Cling. Only build with
8686
MARK_AS_ADVANCED(builtin_cling)
8787
ROOT_BUILD_OPTION(builtin_civetweb ON "Use civetweb distributed with ROOT")
8888
ROOT_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)")
9090
ROOT_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)")
9292
ROOT_BUILD_OPTION(builtin_gl2ps OFF "Build bundled copy of gl2ps")
9393
ROOT_BUILD_OPTION(builtin_gsl OFF "Build GSL internally (requires network) [GPL]")
9494
ROOT_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)")
9696
ROOT_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)")
9999
ROOT_BUILD_OPTION(builtin_nlohmannjson OFF "Use nlohmann/json.hpp file distributed with ROOT")
100100
ROOT_BUILD_OPTION(builtin_openssl OFF "Build OpenSSL internally (requires network)")
101101
ROOT_BUILD_OPTION(builtin_openui5 ON "Use openui5 bundle distributed with ROOT")
102102
ROOT_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)")
104104
ROOT_BUILD_OPTION(builtin_tbb OFF "Build TBB internally (requires network)")
105105
ROOT_BUILD_OPTION(builtin_tiff OFF "Build libtiff internally (requires network)")
106106
ROOT_BUILD_OPTION(builtin_unuran OFF "Build bundled copy of unuran [GPL]")
107107
ROOT_BUILD_OPTION(builtin_vdt OFF "Build VDT internally (requires network)")
108108
ROOT_BUILD_OPTION(builtin_xrootd OFF "Build XRootD internally (requires network)")
109109
ROOT_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)")
112112
ROOT_BUILD_OPTION(ccache OFF "Enable ccache usage for speeding up builds")
113113
ROOT_BUILD_OPTION(cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display")
114114
ROOT_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

Comments
 (0)