use spdlog release 1.14.1 moving forward

This commit is contained in:
Morgan Funtowicz 2024-07-10 13:47:31 +00:00
parent 13eabfabcb
commit 7b9f92a0aa

View File

@ -1,4 +1,5 @@
set(SPDLOG_USE_FMT ON)
set(SPDLOG_BUILD_SHARED OFF)
# Define the level at which SPDLOG_ compilation level is defined
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
@ -10,6 +11,7 @@ endif()
fetchcontent_declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v2.x
GIT_TAG v1.14.1
)
fetchcontent_makeavailable(spdlog)
include_directories("${spdlog_SOURCE_DIR}/include")