Skip to content

Commit 8d59fc5

Browse files
committed
Fix typo in CMake var
1 parent 5d35273 commit 8d59fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Dialects/Linalg/OpDSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ corresponding `linalg.generic` IR for the composition.
1212

1313
The tool is bundled with the MLIR Python bindings. To use from the CMake build
1414
tree, MLIR must be build with Python bindings enabled
15-
(`-DMLIR_ENALBE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
15+
(`-DMLIR_ENABLE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
1616
build tree to your `PYTHONPATH` environment variable (i.e. `export
1717
PYTHONPATH=$PWD/build/tools/mlir/python_packages/mlir_core`). Optionally, use an
1818
installed MLIR package, if available, to avoid building.

0 commit comments

Comments
 (0)