Skip to content
Snippets Groups Projects
Commit b41df60e authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[cpm] Bump to fmt 9.

parent 9f85dce3
No related branches found
No related tags found
No related merge requests found
......@@ -30,17 +30,12 @@ endif()
# Check spdlog release for compatible fmt release. fmt may be provided by vtk
# _ext build.
if(NOT TARGET fmt::fmt)
CPMFindPackage(
NAME fmt
GIT_TAG 8.1.1
VERSION 8.1.1...<9.0.0
GITHUB_REPOSITORY fmtlib/fmt
)
CPMFindPackage(NAME fmt GIT_TAG 9.1.0 GITHUB_REPOSITORY fmtlib/fmt)
endif()
CPMFindPackage(
NAME spdlog
GITHUB_REPOSITORY gabime/spdlog
VERSION 1.10.0
VERSION 1.11.0
OPTIONS "BUILD_SHARED_LIBS OFF" "SPDLOG_BUILD_SHARED OFF"
"SPDLOG_FMT_EXTERNAL 1"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment