Skip to content

Commit 8cbbed6

Browse files
authored
Update spdlog version to v1.17.0 (#586)
1 parent 998cf95 commit 8cbbed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ if (USE_WS OR USE_TEST)
317317
include(FetchContent)
318318
FetchContent_Declare(spdlog
319319
GIT_REPOSITORY "https://github.com/gabime/spdlog"
320-
GIT_TAG "v1.8.0"
320+
GIT_TAG "v1.17.0"
321321
GIT_SHALLOW 1)
322322

323323
FetchContent_MakeAvailable(spdlog)

0 commit comments

Comments
 (0)