Update dependency management
This commit is contained in:
5
3rdParty/spdlog/CMakeLists.txt
vendored
5
3rdParty/spdlog/CMakeLists.txt
vendored
@@ -8,8 +8,9 @@ FetchContent_Declare(
|
||||
spdlog
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY ${SPDLOG_REPO}
|
||||
GIT_TAG v1.10.0
|
||||
GIT_TAG v1.12.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
option(SPDLOG_FMT_EXTERNAL "" ON)
|
||||
FetchContent_MakeAvailable(spdlog)
|
||||
#add_definitions(-SPDLOG_FMT_EXTERNAL)
|
||||
#add_definitions(-DSPDLOG_FMT_EXTERNAL)
|
||||
Reference in New Issue
Block a user