-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
cmakeBuild system in general and CMake in particularBuild system in general and CMake in particularplatform:windows
Description
Hello!
I am using an LLVM package maintained by the conda-forge project:
https://github.com/conda-forge/llvmdev-feedstock
Recently the LLVM package was updated from version 15.0.2 to 15.0.3. Additionally, the conda-forge developers backported this patch to their 15.0.3 package:
After the update, I am experiencing the following CMake failure (apparently related to zstd) in the CI of one of my projects:
https://github.com/bluescarni/heyoka/actions/runs/3300936955/jobs/5445923768#step:5:375
The failure seems to happen only on Windows systems (Linux and OSX are apparently fine).
The CMakeLists.txt of my project is, for reference, here:
https://github.com/bluescarni/heyoka/blob/master/CMakeLists.txt
Downgrading to llvm 15.0.2 fixes the issue.
Metadata
Metadata
Assignees
Labels
cmakeBuild system in general and CMake in particularBuild system in general and CMake in particularplatform:windows