Skip to content

Commit 2a0342e

Browse files
committed
Update spdlog dependency to version 1.15.3
1 parent 4fa806f commit 2a0342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/recipes/spdlog.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(SPDLOG_INSTALL "Generate the install target" ON)
1010
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "spdlog")
1111

1212
include(CPM)
13-
CPMAddPackage("gh:gabime/spdlog@1.11.0")
13+
CPMAddPackage("gh:gabime/spdlog@1.15.3")
1414

1515
set_target_properties(spdlog PROPERTIES POSITION_INDEPENDENT_CODE ON)
1616

0 commit comments

Comments
 (0)