Skip to content

Commit

Permalink
python (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Sep 5, 2023
1 parent 80dd20d commit df95a5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,8 @@ include(AddMLIR)
include(HandleLLVMOptions)

# setup python
find_package(
Python3
COMPONENTS Interpreter Development
REQUIRED)
include(MLIRDetectPythonEnv)
mlir_detect_pybind11_install()
find_package(pybind11 2.6 REQUIRED)
mlir_configure_python_dev_packages()

# python build directory
if(NOT AIR_PYTHON_PACKAGES_DIR)
Expand Down

0 comments on commit df95a5a

Please sign in to comment.