Skip to content

Commit

Permalink
Merge pull request #38 from Phytolizer:cpp/update-deps
Browse files Browse the repository at this point in the history
[cpp] update deps
  • Loading branch information
Phytolizer authored Sep 25, 2024
2 parents bed23d2 + a8c0b9e commit 512e6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME magic_enum
GITHUB_REPOSITORY Neargye/magic_enum
GIT_TAG v0.7.3
GIT_TAG v0.9.6
)

CPMAddPackage(
NAME fmt
GITHUB_REPOSITORY fmtlib/fmt
GIT_TAG 8.1.1
GIT_TAG 11.0.2
)

CPMAddPackage(
Expand All @@ -31,7 +31,7 @@ CPMAddPackage(
CPMAddPackage(
NAME doctest
GITHUB_REPOSITORY doctest/doctest
GIT_TAG v2.4.8
GIT_TAG v2.4.11
)

enable_testing()
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/CPM.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CPM_DOWNLOAD_VERSION 0.35.0)
set(CPM_DOWNLOAD_VERSION 0.40.2)

if(CPM_SOURCE_CACHE)
# Expand relative path. This is important if the provided path contains a tilde (~)
Expand Down

0 comments on commit 512e6b1

Please sign in to comment.