File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ ExternalProject_Add(eigen
50
50
# be removed (as well as removing -DWITH_USER_FMT:BOOL=ON, below).
51
51
# If you rebuild fmt from source, then you must also rebuild spdlog from source.
52
52
ExternalProject_Add(fmt
53
- URL https://github.com/fmtlib/fmt/archive/refs/tags/6.1 .2.tar.gz
54
- URL_HASH SHA256=1cafc80701b746085dddf41bd9193e6d35089e1c6ec1940e037fcb9c98f62365
53
+ URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0 .2.tar.gz
54
+ URL_HASH SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
55
55
TLS_VERIFY ON
56
56
CMAKE_ARGS
57
57
-DCMAKE_BUILD_TYPE:STRING =${CMAKE_BUILD_TYPE}
@@ -73,8 +73,8 @@ ExternalProject_Add(fmt
73
73
# If you rebuild spdlog from source, then you must also rebuild fmt from source.
74
74
ExternalProject_Add(spdlog
75
75
DEPENDS fmt
76
- URL https://github.com/gabime/spdlog/archive/refs/tags/v1.6 .0.tar.gz
77
- URL_HASH SHA256=0421667c9f2fc78e6548d44f7bc5921be0f03e612df384294c16cedb93d967f8
76
+ URL https://github.com/gabime/spdlog/archive/refs/tags/v1.15 .0.tar.gz
77
+ URL_HASH SHA256=9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
78
78
TLS_VERIFY ON
79
79
CMAKE_ARGS
80
80
-DCMAKE_BUILD_TYPE:STRING =${CMAKE_BUILD_TYPE}
You can’t perform that action at this time.
0 commit comments