We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bed23d2 + a8c0b9e commit 512e6b1Copy full SHA for 512e6b1
cpp/CMakeLists.txt
@@ -13,13 +13,13 @@ include(cmake/CPM.cmake)
13
CPMAddPackage(
14
NAME magic_enum
15
GITHUB_REPOSITORY Neargye/magic_enum
16
- GIT_TAG v0.7.3
+ GIT_TAG v0.9.6
17
)
18
19
20
NAME fmt
21
GITHUB_REPOSITORY fmtlib/fmt
22
- GIT_TAG 8.1.1
+ GIT_TAG 11.0.2
23
24
25
@@ -31,7 +31,7 @@ CPMAddPackage(
31
32
NAME doctest
33
GITHUB_REPOSITORY doctest/doctest
34
- GIT_TAG v2.4.8
+ GIT_TAG v2.4.11
35
36
37
enable_testing()
cpp/cmake/CPM.cmake
@@ -1,4 +1,4 @@
1
-set(CPM_DOWNLOAD_VERSION 0.35.0)
+set(CPM_DOWNLOAD_VERSION 0.40.2)
2
3
if(CPM_SOURCE_CACHE)
4
# Expand relative path. This is important if the provided path contains a tilde (~)
0 commit comments