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

[cmake] our code is not yet compatible with fmt 9.

parent cf5da958
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,12 @@ if(OGS_BUILD_TESTING) ...@@ -28,7 +28,12 @@ if(OGS_BUILD_TESTING)
endif() endif()
# Check spdlog release for compatible fmt release # Check spdlog release for compatible fmt release
CPMFindPackage(NAME fmt GIT_TAG 8.1.1 GITHUB_REPOSITORY fmtlib/fmt) CPMFindPackage(
NAME fmt
GIT_TAG 8.1.1
VERSION 8.1.1...<9.0.0
GITHUB_REPOSITORY fmtlib/fmt
)
CPMFindPackage( CPMFindPackage(
NAME spdlog NAME spdlog
GITHUB_REPOSITORY gabime/spdlog GITHUB_REPOSITORY gabime/spdlog
......
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