CMake older than 3.20.0 is no longer supported.
This removes work-arounds for no longer supported versions.
Details
Details
- Reviewers
mehdi_amini rriddle - Commits
- rG3539813f9870: [MLIR] Removes CMake work-arounds.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/tools/mlir-vulkan-runner/CMakeLists.txt | ||
---|---|---|
16–17 |
Comment Actions
Two more mentions of old CMake in https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
Comment Actions
I feel changing this is out of scope. I agree it would be nice to fix this, but I will not pursue it. Feel free to provide patches for these improvements.
mlir/cmake/modules/MLIRDetectPythonEnv.cmake | ||
---|---|---|
14–19 | I prefer to leave that cleanup to the MLIR maintainers. They might have intended to to more than just removing the comment. |
Not sure if removing mentions of old CMake is in scope as well. There may occasionally be a good reason to keep such comments, but it does pollute the search results when looking for old CMake