diff --git a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt --- a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt +++ b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt @@ -30,7 +30,7 @@ foreach(hdr ${MLIRSparseTensorEnums_hdrs}) target_sources(MLIRSparseTensorEnums INTERFACE $ - $) + $) endforeach() # The `add_mlir_library_install` is required for other libraries to # depend on this one, but the conditional itself and the phony target