Skip to content

Commit

Permalink
cmake: exclude fmt10 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
abouvier authored Jul 30, 2023
1 parent 2200cc0 commit 34ff9da
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 @@ -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
Expand Down

0 comments on commit 34ff9da

Please sign in to comment.