zstd: 1.5.6 does not build on Windows (#43677)

Conflict until a fix has been merged upstream
This commit is contained in:
John W. Parent 2024-04-16 12:36:27 -04:00 committed by GitHub
parent 6502785908
commit 1381bede80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,8 @@ class Zstd(CMakePackage, MakefilePackage):
# (last tested: nvhpc@22.3) # (last tested: nvhpc@22.3)
conflicts("+programs %nvhpc") conflicts("+programs %nvhpc")
conflicts("platform=windows", when="@1.5.6")
build_system("cmake", "makefile", default="makefile") build_system("cmake", "makefile", default="makefile")