-
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.
[cmake] introduced versions.cmake , pins to specific version of VG cm…
…ake kit, require Boost 1.71 or higher
- Loading branch information
Showing
3 changed files
with
13 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
set(BTAS_TRACKED_VGCMAKEKIT_TAG d6746098e63deab4032309c4455bb084a17ff51a) | ||
|
||
# likely can use earlier, 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) |