We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa806f commit 2a0342eCopy full SHA for 2a0342e
cmake/recipes/spdlog.cmake
@@ -10,7 +10,7 @@ option(SPDLOG_INSTALL "Generate the install target" ON)
10
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "spdlog")
11
12
include(CPM)
13
-CPMAddPackage("gh:gabime/spdlog@1.11.0")
+CPMAddPackage("gh:gabime/spdlog@1.15.3")
14
15
set_target_properties(spdlog PROPERTIES POSITION_INDEPENDENT_CODE ON)
16
0 commit comments