From e4552c17c8ab48d3af9998cc0b9663daf6248ee2 Mon Sep 17 00:00:00 2001 From: xxkfqz Date: Sat, 23 Apr 2022 13:55:22 +0500 Subject: [PATCH] Change required libfmt version from 8.0 to 8.x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2d62498a1..e0bc248e00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -574,7 +574,7 @@ if (_M_X86) endif() add_subdirectory(Externals/cpp-optparse) -find_package(fmt 8.0) +find_package(fmt 8) if(fmt_FOUND) message(STATUS "Using shared fmt ${fmt_VERSION}") else()