Skip to content

Commit df95a5a

Browse files
authored
python (#292)
1 parent 80dd20d commit df95a5a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ include(AddMLIR)
8484
include(HandleLLVMOptions)
8585

8686
# setup python
87-
find_package(
88-
Python3
89-
COMPONENTS Interpreter Development
90-
REQUIRED)
9187
include(MLIRDetectPythonEnv)
92-
mlir_detect_pybind11_install()
93-
find_package(pybind11 2.6 REQUIRED)
88+
mlir_configure_python_dev_packages()
9489

9590
# python build directory
9691
if(NOT AIR_PYTHON_PACKAGES_DIR)

0 commit comments

Comments
 (0)