Skip to content

Commit

Permalink
build: update required fmt version (cemu-project#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 authored Sep 5, 2022
1 parent 391334d commit 728bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 728bd31

Please sign in to comment.