Skip to content

Commit 132a1f3

Browse files
committed
[cmake] Bump spdlog version to 1.15.1
1 parent 5707fa2 commit 132a1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ external_dependency(GTest
7070
set(SPDLOG_FMT_EXTERNAL ON)
7171
external_dependency(spdlog
7272
GIT_REPO https://github.com/gabime/spdlog.git
73-
VERSION 1.12
74-
GIT_TAG v1.12.0
73+
VERSION 1.15
74+
GIT_TAG v1.15.1
7575
BUILD_ALWAYS
7676
)
7777
set_target_properties(spdlog PROPERTIES POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)