build: update required fmt version (#183)

This commit is contained in:
Andrea Pappacoda
2022-09-05 15:38:25 +02:00
committed by GitHub
parent 391334d64e
commit 728bd3178b

View File

@@ -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