Skip to content

Commit

Permalink
Bump cmake minimum required version to 3.20.0 (#2064)
Browse files Browse the repository at this point in the history
This matches the current minimum required version in llvm (see https://reviews.llvm.org/D144509)

Signed-off-by: Stella Stamenova <[email protected]>
Co-authored-by: Alexandre Eichenberger <[email protected]>
Co-authored-by: Nathaniel McVicar <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent 5aca454 commit 8ea6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0

# Match the minimum required version of LLVM and MLIR
cmake_minimum_required(VERSION 3.13.4)
cmake_minimum_required(VERSION 3.20.0)

project(onnx-mlir)

Expand Down

0 comments on commit 8ea6d8f

Please sign in to comment.