[Mlir-commits] [llvm] [mlir] [CMake] Do not set CMP0116 explicitly to old (PR #90385)
NAKAMURA Takumi
llvmlistbot at llvm.org
Fri Oct 18 20:41:08 PDT 2024
================
@@ -23,18 +23,13 @@ function(tablegen project ofn)
# Use depfile instead of globbing arbitrary *.td(s) for Ninja.
if(CMAKE_GENERATOR MATCHES "Ninja")
----------------
chapuni wrote:
I suggest checking `CMP0116 NEW` here for external users who would set `OLD`. `OLD` may use fallback logic.
https://github.com/llvm/llvm-project/pull/90385
More information about the Mlir-commits
mailing list