Update fmt and spdlog
This commit is contained in:
2
3rdParty/fmt/CMakeLists.txt
vendored
2
3rdParty/fmt/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
|||||||
fmt
|
fmt
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
GIT_REPOSITORY ${FMT_REPO}
|
GIT_REPOSITORY ${FMT_REPO}
|
||||||
GIT_TAG 10.1.0
|
GIT_TAG 10.2.1
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(fmt)
|
FetchContent_MakeAvailable(fmt)
|
||||||
|
|||||||
2
3rdParty/spdlog/CMakeLists.txt
vendored
2
3rdParty/spdlog/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
|||||||
spdlog
|
spdlog
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
GIT_REPOSITORY ${SPDLOG_REPO}
|
GIT_REPOSITORY ${SPDLOG_REPO}
|
||||||
GIT_TAG v1.12.0
|
GIT_TAG v1.14.1
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
)
|
)
|
||||||
option(SPDLOG_FMT_EXTERNAL "" ON)
|
option(SPDLOG_FMT_EXTERNAL "" ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user