Skip to content

Commit 44a319e

Browse files
committed
Bump stlab and Boost versions
Update CPM package versions: stlab/copy-on-write 1.0.4 -> 1.1.0, stlab/enum-ops 1.0.4 -> 1.2.0, and Boost 1.88.0 -> 1.90.0. Also update the Boost download URL and SHA256 to match the 1.90.0 release. These changes bring the project dependencies up to newer upstream releases for fixes and improvements.
1 parent b4d771e commit 44a319e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ include(cmake/CPM.cmake)
2222
# Dependencies
2323

2424
# https://github.com/stlab/copy-on-write/releases
25-
CPMAddPackage("gh:stlab/copy-on-write@1.0.4")
25+
CPMAddPackage("gh:stlab/copy-on-write@1.1.0")
2626

2727
# https://github.com/stlab/enum-ops/releases
28-
CPMAddPackage(gh:stlab/enum-ops@1.0.4)
28+
CPMAddPackage(gh:stlab/enum-ops@1.2.0)
2929
# CPMAddPackage(NAME enum-ops
3030
# URL "${CMAKE_SOURCE_DIR}/../enum-ops"
3131
# )
@@ -52,9 +52,9 @@ endif()
5252
# https://github.com/boostorg/boost/releases
5353
CPMAddPackage(
5454
NAME Boost
55-
VERSION 1.88.0
56-
URL https://github.com/boostorg/boost/releases/download/boost-1.88.0/boost-1.88.0-cmake.7z
57-
URL_HASH SHA256=feba537f6d32c062ed0f26b4d6e5b8e8450d51ef81492369a101ab99fcead278
55+
VERSION 1.90.0
56+
URL https://github.com/boostorg/boost/releases/download/boost-1.90.0/boost-1.90.0-cmake.7z
57+
URL_HASH SHA256=218e74c4aa362a994b7b7a23b2920f455a00205c656405fcf262cf60b8871921
5858
OPTIONS
5959
"BOOST_ENABLE_CMAKE ON"
6060
"CMAKE_CXX_CLANG_TIDY ;"

0 commit comments

Comments
 (0)