-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from ValeevGroup/evaleev/cmake/minimal-boost-…
…version [cmake] insist on Boost 1.71 or later, if discovering
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
set(BTAS_TRACKED_VGCMAKEKIT_TAG d5c0a6f9ff6dc97cbb5132912733e1eb1cf73f1e) | ||
|
||
# likely can use earlier, but | ||
# oldest Boost we can tolerate ... likely can use an earlier version, but: | ||
# - as of oct 2023 tested with 1.71 and up only | ||
# - avoids the need to avoid 1.70 in which Boost.Container is broken | ||
# - matches the version provided by https://github.com/Orphis/boost-cmake as of oct 2023 | ||
set(BTAS_TRACKED_BOOST_VERSION 1.71) | ||
set(BTAS_OLDEST_BOOST_VERSION 1.71) |