From 69a0a3be0185ce3bc0458b0047795e8ebfe95abd Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Fri, 8 Dec 2023 04:12:47 -0800 Subject: [mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.in This is the kind of options that downstream consumers of preconfigured MLIR packages can check to see if the execution engine is available or not. --- mlir/cmake/modules/MLIRConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'mlir') diff --git a/mlir/cmake/modules/MLIRConfig.cmake.in b/mlir/cmake/modules/MLIRConfig.cmake.in index cd8cec5..d4da3cd 100644 --- a/mlir/cmake/modules/MLIRConfig.cmake.in +++ b/mlir/cmake/modules/MLIRConfig.cmake.in @@ -13,6 +13,7 @@ set(MLIR_TABLEGEN_EXE "@MLIR_CONFIG_TABLEGEN_EXE@") set(MLIR_PDLL_TABLEGEN_EXE "@MLIR_CONFIG_PDLL_TABLEGEN_EXE@") set(MLIR_INSTALL_AGGREGATE_OBJECTS "@MLIR_INSTALL_AGGREGATE_OBJECTS@") set(MLIR_ENABLE_BINDINGS_PYTHON "@MLIR_ENABLE_BINDINGS_PYTHON@") +set(MLIR_ENABLE_EXECUTION_ENGINE "@MLIR_ENABLE_EXECUTION_ENGINE@") # For mlir_tablegen() set(MLIR_INCLUDE_DIR "@MLIR_INCLUDE_DIR@") -- cgit v1.1