Skip to content

Commit 434740e

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cmake/modules/RootBuildOptions.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,29 +88,29 @@ MARK_AS_ADVANCED(builtin_cling)
8888
ROOT_BUILD_OPTION(builtin_civetweb ON "Use civetweb distributed with ROOT")
8989
ROOT_BUILD_OPTION(builtin_cppzmq OFF "Use ZeroMQ C++ bindings installed by ROOT (requires network)")
9090
ROOT_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)")
9292
ROOT_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)")
9494
ROOT_BUILD_OPTION(builtin_gl2ps OFF "Build bundled copy of gl2ps")
9595
ROOT_BUILD_OPTION(builtin_gsl OFF "Build GSL internally (requires network)")
9696
ROOT_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)")
9898
ROOT_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)")
101101
ROOT_BUILD_OPTION(builtin_nlohmannjson OFF "Use nlohmann/json.hpp file distributed with ROOT")
102102
ROOT_BUILD_OPTION(builtin_openssl OFF "Build OpenSSL internally (requires network)")
103103
ROOT_BUILD_OPTION(builtin_openui5 ON "Use openui5 bundle distributed with ROOT")
104104
ROOT_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)")
106106
ROOT_BUILD_OPTION(builtin_tbb OFF "Build TBB internally (requires network)")
107107
ROOT_BUILD_OPTION(builtin_unuran OFF "Build bundled copy of unuran")
108108
ROOT_BUILD_OPTION(builtin_vdt OFF "Build VDT internally (requires network)")
109109
ROOT_BUILD_OPTION(builtin_xrootd OFF "Build XRootD internally (requires network)")
110110
ROOT_BUILD_OPTION(builtin_xxhash OFF "Build bundled copy of xxHash")
111111
ROOT_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)")
114114
ROOT_BUILD_OPTION(ccache OFF "Enable ccache usage for speeding up builds")
115115
ROOT_BUILD_OPTION(cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display")
116116
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)