From 728bd3178b73dc037dfedfceed06a17776a448eb Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Mon, 5 Sep 2022 15:38:25 +0200 Subject: [PATCH] build: update required fmt version (#183) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b001421d..e9f7458e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,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 7.0.0 REQUIRED) +find_package(fmt 9.1.0 REQUIRED) find_package(PNG REQUIRED) # glslang versions older than 11.11.0 define targets without a namespace