aboutsummaryrefslogtreecommitdiff
path: root/mlir/CMakeLists.txt
diff options
context:
space:
mode:
authorChristopher Tetreault <ctetreau@quicinc.com>2021-01-29 12:03:32 -0800
committerChristopher Tetreault <ctetreau@quicinc.com>2021-01-29 12:03:32 -0800
commitd3e8b9fdc0de18ff92764f1be0a9b5a13fbbe9de (patch)
tree2cac8eba8c7d69c50cd19e992909368b8dcf0b48 /mlir/CMakeLists.txt
parent0703b0753c40dad30f1683403f6600bd2cb42055 (diff)
downloadllvm-d3e8b9fdc0de18ff92764f1be0a9b5a13fbbe9de.zip
llvm-d3e8b9fdc0de18ff92764f1be0a9b5a13fbbe9de.tar.gz
llvm-d3e8b9fdc0de18ff92764f1be0a9b5a13fbbe9de.tar.bz2
Revert "[CMake] Actually require python 3.6 or greater"
There are builders that do not have python 3.6. Revert until this situation can be rectified This reverts commit 0703b0753c40dad30f1683403f6600bd2cb42055.
Diffstat (limited to 'mlir/CMakeLists.txt')
-rw-r--r--mlir/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt
index b2eec04..cbae5fd 100644
--- a/mlir/CMakeLists.txt
+++ b/mlir/CMakeLists.txt
@@ -79,7 +79,7 @@ set(MLIR_PYTHON_BINDINGS_VERSION_LOCKED 1 CACHE BOOL
if(MLIR_BINDINGS_PYTHON_ENABLED)
include(MLIRDetectPythonEnv)
- find_package(Python3 3.6 COMPONENTS Interpreter Development NumPy REQUIRED)
+ find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)
message(STATUS "Found python include dirs: ${Python3_INCLUDE_DIRS}")
message(STATUS "Found python libraries: ${Python3_LIBRARIES}")
message(STATUS "Found numpy v${Python3_NumPy_VERSION}: ${Python3_NumPy_INCLUDE_DIRS}")