cmake: exclude fmt10 (#921)

This commit is contained in:
Alexandre Bouvier 2023-07-31 01:15:44 +02:00 committed by GitHub
parent 2200cc0ddf
commit 34ff9da097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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