mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 14:59:26 -04:00
cmake: exclude fmt10 (#921)
This commit is contained in:
parent
2200cc0ddf
commit
34ff9da097
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue