summaryrefslogtreecommitdiff
path: root/mlir/CMakeLists.txt
diff options
context:
space:
mode:
authorvfdev <vfdev.5@gmail.com>2025-01-07 16:32:01 +0100
committerGitHub <noreply@github.com>2025-01-07 10:32:01 -0500
commit96f8cfe4d05049abde300480812c6a96879ccdf8 (patch)
tree3cfebea41237a3760e31a5a76f0e08246bc0cdb3 /mlir/CMakeLists.txt
parentd0812dbbff2ac839694ee1988e6af962fcd0bb1e (diff)
Cosmetic fixes in the code and typos in Python bindings docs (#121791)
Description: - removed trailing spaces in few files - fixed markdown link definition:
Diffstat (limited to 'mlir/CMakeLists.txt')
-rw-r--r--mlir/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt
index 7416e522083b..a888ac243b04 100644
--- a/mlir/CMakeLists.txt
+++ b/mlir/CMakeLists.txt
@@ -170,7 +170,7 @@ configure_file(
# The pybind11 library can be found (set with -DPYBIND_DIR=...)
# The python executable is correct (set with -DPython3_EXECUTABLE=...)
# By default, find_package and probing for installed pybind11 is performed.
-# Super projects can set MLIR_DISABLE_CONFIGURE_PYTHON_DEV_PACKAGES=ON to
+# Super projects can set MLIR_DISABLE_CONFIGURE_PYTHON_DEV_PACKAGES=ON to
# disable all package setup and control it themselves.
#-------------------------------------------------------------------------------