Skip to content

Commit 512e6b1

Browse files
authored
Merge pull request #38 from Phytolizer:cpp/update-deps
[cpp] update deps
2 parents bed23d2 + a8c0b9e commit 512e6b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cpp/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ include(cmake/CPM.cmake)
1313
CPMAddPackage(
1414
NAME magic_enum
1515
GITHUB_REPOSITORY Neargye/magic_enum
16-
GIT_TAG v0.7.3
16+
GIT_TAG v0.9.6
1717
)
1818

1919
CPMAddPackage(
2020
NAME fmt
2121
GITHUB_REPOSITORY fmtlib/fmt
22-
GIT_TAG 8.1.1
22+
GIT_TAG 11.0.2
2323
)
2424

2525
CPMAddPackage(
@@ -31,7 +31,7 @@ CPMAddPackage(
3131
CPMAddPackage(
3232
NAME doctest
3333
GITHUB_REPOSITORY doctest/doctest
34-
GIT_TAG v2.4.8
34+
GIT_TAG v2.4.11
3535
)
3636

3737
enable_testing()

cpp/cmake/CPM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CPM_DOWNLOAD_VERSION 0.35.0)
1+
set(CPM_DOWNLOAD_VERSION 0.40.2)
22

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

0 commit comments

Comments
 (0)