We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dd20d commit df95a5aCopy full SHA for df95a5a
CMakeLists.txt
@@ -84,13 +84,8 @@ include(AddMLIR)
84
include(HandleLLVMOptions)
85
86
# setup python
87
-find_package(
88
- Python3
89
- COMPONENTS Interpreter Development
90
- REQUIRED)
91
include(MLIRDetectPythonEnv)
92
-mlir_detect_pybind11_install()
93
-find_package(pybind11 2.6 REQUIRED)
+mlir_configure_python_dev_packages()
94
95
# python build directory
96
if(NOT AIR_PYTHON_PACKAGES_DIR)
0 commit comments