mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-24 10:09:19 +01:00
build: update required fmt version (#183)
This commit is contained in:
parent
391334d64e
commit
728bd3178b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user