Fix version number for fmt dependency of pika package (#34922)

This commit is contained in:
Auriane R 2023-01-16 10:07:08 +01:00 committed by GitHub
parent a1889440d7
commit c7d1746064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class PikaAlgorithms(CMakePackage):
# Other dependencies
depends_on("boost@1.71:")
depends_on("fmt@0.9:")
depends_on("fmt@9:")
depends_on("pika@0.11:")
for cxxstd in cxxstds: