[Mlir-commits] [mlir] e8659c9 - [MLIR][Standalone] Don't look for Python if bindings are OFF

Lorenzo Chelini llvmlistbot at llvm.org
Mon Feb 28 23:55:23 PST 2022


Author: Lorenzo Chelini
Date: 2022-03-01T08:55:15+01:00
New Revision: e8659c994d196ecfb508cdec8a0d5fb44ae8d927

URL: https://github.com/llvm/llvm-project/commit/e8659c994d196ecfb508cdec8a0d5fb44ae8d927
DIFF: https://github.com/llvm/llvm-project/commit/e8659c994d196ecfb508cdec8a0d5fb44ae8d927.diff

LOG: [MLIR][Standalone] Don't look for Python if bindings are OFF

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D120700

Added: 
    

Modified: 
    mlir/examples/standalone/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/examples/standalone/CMakeLists.txt b/mlir/examples/standalone/CMakeLists.txt
index 3c6d5d0e7be8f..e082d817d7186 100644
--- a/mlir/examples/standalone/CMakeLists.txt
+++ b/mlir/examples/standalone/CMakeLists.txt
@@ -20,7 +20,6 @@ include(TableGen)
 include(AddLLVM)
 include(AddMLIR)
 include(HandleLLVMOptions)
-include(MLIRDetectPythonEnv)
 
 if(MLIR_ENABLE_BINDINGS_PYTHON)
   include(MLIRDetectPythonEnv)


        


More information about the Mlir-commits mailing list