From 34ff9da097b2982cb5d7191ac71f05911734204b Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Mon, 31 Jul 2023 01:15:44 +0200 Subject: [PATCH] cmake: exclude fmt10 (#921) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26d676bc2..57615e867 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ find_package(ZLIB REQUIRED) find_package(zstd MODULE REQUIRED) # MODULE so that zstd::zstd is available find_package(OpenSSL COMPONENTS Crypto SSL REQUIRED) find_package(glm REQUIRED) -find_package(fmt 9.1.0 REQUIRED) +find_package(fmt 9.1.0...<10 REQUIRED) find_package(PNG REQUIRED) # glslang versions older than 11.11.0 define targets without a namespace