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.
1 parent 4772f8a commit 698d947Copy full SHA for 698d947
drake_cmake_external/CMakeLists.txt
@@ -88,8 +88,8 @@ ExternalProject_Add(fmt
88
# If you rebuild spdlog from source, then you must also rebuild fmt from source.
89
ExternalProject_Add(spdlog
90
DEPENDS fmt
91
- URL https://github.com/gabime/spdlog/archive/refs/tags/v1.15.0.tar.gz
92
- URL_HASH SHA256=9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
+ URL https://github.com/gabime/spdlog/archive/refs/tags/v1.16.0.tar.gz
+ URL_HASH SHA256=8741753e488a78dd0d0024c980e1fb5b5c85888447e309d9cb9d949bdb52aa3e
93
TLS_VERIFY ON
94
CMAKE_ARGS
95
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
0 commit comments