-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[nfc][cmake] mention that some builtins are no longer bundled #21596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -88,29 +88,29 @@ MARK_AS_ADVANCED(builtin_cling) | |||||
| ROOT_BUILD_OPTION(builtin_civetweb ON "Use civetweb distributed with ROOT") | ||||||
| ROOT_BUILD_OPTION(builtin_cppzmq OFF "Use ZeroMQ C++ bindings installed by ROOT (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_fftw3 OFF "Build FFTW3 internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_freetype OFF "Build bundled copy of freetype") | ||||||
| ROOT_BUILD_OPTION(builtin_freetype OFF "Build freetype internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_ftgl OFF "Build bundled copy of FTGL") | ||||||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
if #21898 goes in |
||||||
| ROOT_BUILD_OPTION(builtin_gif OFF "Build bundled copy of libgif") | ||||||
| ROOT_BUILD_OPTION(builtin_gl2ps OFF "Build bundled copy of gl2ps") | ||||||
| ROOT_BUILD_OPTION(builtin_gif OFF "Build libgif internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_gl2ps OFF "Build gl2ps internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_gsl OFF "Build GSL internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_gtest OFF "Build googletest internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_jpeg OFF "Build bundled copy of libjpeg") | ||||||
| ROOT_BUILD_OPTION(builtin_jpeg OFF "Build libjpeg internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_llvm ON "Build bundled copy of LLVM") | ||||||
| ROOT_BUILD_OPTION(builtin_lz4 OFF "Build bundled copy of lz4") | ||||||
| ROOT_BUILD_OPTION(builtin_lzma OFF "Build bundled copy of lzma") | ||||||
| ROOT_BUILD_OPTION(builtin_lz4 OFF "Build lz4 internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_lzma OFF "Build lzma internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_nlohmannjson OFF "Use nlohmann/json.hpp file distributed with ROOT") | ||||||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
depending on #21916 |
||||||
| ROOT_BUILD_OPTION(builtin_openssl OFF "Build OpenSSL internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_openui5 ON "Use openui5 bundle distributed with ROOT") | ||||||
| ROOT_BUILD_OPTION(builtin_pcre OFF "Build bundled copy of PCRE") | ||||||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
If #21857 gets merged |
||||||
| ROOT_BUILD_OPTION(builtin_png OFF "Build bundled copy of libpng") | ||||||
| ROOT_BUILD_OPTION(builtin_png OFF "Build libpng internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_tbb OFF "Build TBB internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_unuran OFF "Build bundled copy of unuran") | ||||||
| ROOT_BUILD_OPTION(builtin_vdt OFF "Build VDT internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_xrootd OFF "Build XRootD internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_xxhash OFF "Build bundled copy of xxHash") | ||||||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
To apply if #21806 gets merged |
||||||
| ROOT_BUILD_OPTION(builtin_zeromq OFF "Build ZeroMQ internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_zlib OFF "Build bundled copy of zlib") | ||||||
| ROOT_BUILD_OPTION(builtin_zstd OFF "Build included libzstd, or use system libzstd") | ||||||
| ROOT_BUILD_OPTION(builtin_zlib OFF "Build zlib internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(builtin_zstd OFF "Build zstd internally (requires network)") | ||||||
| ROOT_BUILD_OPTION(ccache OFF "Enable ccache usage for speeding up builds") | ||||||
| ROOT_BUILD_OPTION(cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display") | ||||||
| ROOT_BUILD_OPTION(check_connection ON "Fail the configuration step if there is no internet connection, but it's required for the build") | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depending on if we add also FIND_REQUIRED_DEP for all of them! now mixed behavior