cmake: Add BOOST_TEST_HEADERS_ONLY configuration variable#445
Merged
mborland merged 2 commits intoboostorg:developfrom Apr 17, 2025
Merged
cmake: Add BOOST_TEST_HEADERS_ONLY configuration variable#445mborland merged 2 commits intoboostorg:developfrom
BOOST_TEST_HEADERS_ONLY configuration variable#445mborland merged 2 commits intoboostorg:developfrom
Conversation
This change allows the build to be configured to install only the Boost.Test headers required for using the headers-only variant of the Unit Test Framework. The `README.md` file at https://github.com/boostorg/cmake should also be updated to mention this new Boost.Test-specific configuration variable. Co-authored-by: Cory Fields <cory-nospam-@coryfields.com>
Member
* Move ubuntu 20.04 runs into containers * Fix syntax error
hebasto
added a commit
to hebasto/boost.cmake
that referenced
this pull request
Apr 17, 2025
Contributor
Author
Done in boostorg/cmake#82. |
pdimov
added a commit
to boostorg/cmake
that referenced
this pull request
Apr 17, 2025
Reflect changes from boostorg/test#445
fanquake
added a commit
to bitcoin/bitcoin
that referenced
this pull request
Jun 26, 2025
…stem 6c2538d depends: Bump boost to 1.88.0 and use new CMake buildsystem (Cory Fields) Pull request description: Originally #30434. This has a few advantages over the old method of simply copying headers: - Installs proper CMake files which can be picked up by our buildsystem - Only installs necessary headers, not all of Boost Pulls in upstreamed boostorg/test#445. ACKs for top commit: willcl-ark: tACK 6c2538d hebasto: re-ACK 6c2538d, only rebased since my previous [review](#32665 (review)). Tree-SHA512: fc3fce77b21c8ea500370841f44f1cc87e0bb09cdde55f75d2f90853cb06a6f8c73ac6ca9ca3e91a879e9f95dd59aa40254c1b04e7a168c52fa1b31cc5b7f537
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR allows the build to be configured to install only the Boost.Test headers required for using the headers-only variant of the Unit Test Framework.
The
README.mdfile at https://github.com/boostorg/cmake should also be updated to mention this new Boost.Test-specific configuration variable.