Skip to content

Commit 698d947

Browse files
committed
[drake_cmake_external] Upgrade spdlog to v1.16.0
1 parent 4772f8a commit 698d947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drake_cmake_external/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ ExternalProject_Add(fmt
8888
# If you rebuild spdlog from source, then you must also rebuild fmt from source.
8989
ExternalProject_Add(spdlog
9090
DEPENDS fmt
91-
URL https://github.com/gabime/spdlog/archive/refs/tags/v1.15.0.tar.gz
92-
URL_HASH SHA256=9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5
91+
URL https://github.com/gabime/spdlog/archive/refs/tags/v1.16.0.tar.gz
92+
URL_HASH SHA256=8741753e488a78dd0d0024c980e1fb5b5c85888447e309d9cb9d949bdb52aa3e
9393
TLS_VERIFY ON
9494
CMAKE_ARGS
9595
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)