build: Make CMake ask for fmt 12.1 instead of 9 (#1953)

This commit is contained in:
capitalistspz
2026-06-11 13:38:44 +00:00
committed by GitHub
parent a52c9bd74f
commit b517fbc147
+1 -1
View File
@@ -160,7 +160,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 REQUIRED)
find_package(fmt 12.1 REQUIRED)
find_package(PNG REQUIRED)
if(ENABLE_SDL)