Skip to content

Commit

Permalink
[MLIR][Standalone] Don't look for Python if bindings are OFF
Browse files Browse the repository at this point in the history
Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D120700
  • Loading branch information
chelini committed Mar 1, 2022
1 parent 24357fe commit e8659c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlir/examples/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ include(TableGen)
include(AddLLVM)
include(AddMLIR)
include(HandleLLVMOptions)
include(MLIRDetectPythonEnv)

if(MLIR_ENABLE_BINDINGS_PYTHON)
include(MLIRDetectPythonEnv)
Expand Down

0 comments on commit e8659c9

Please sign in to comment.