Skip to content

Commit b2a139b

Browse files
authored
[drake_cmake_external] Update spdlog and fmt to match Drake's source (#387)
1 parent 9d4e562 commit b2a139b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drake_cmake_external/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ExternalProject_Add(eigen
5050
# be removed (as well as removing -DWITH_USER_FMT:BOOL=ON, below).
5151
# If you rebuild fmt from source, then you must also rebuild spdlog from source.
5252
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
5555
TLS_VERIFY ON
5656
CMAKE_ARGS
5757
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
@@ -73,8 +73,8 @@ ExternalProject_Add(fmt
7373
# If you rebuild spdlog from source, then you must also rebuild fmt from source.
7474
ExternalProject_Add(spdlog
7575
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
7878
TLS_VERIFY ON
7979
CMAKE_ARGS
8080
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)