diff options
| author | vfdev <vfdev.5@gmail.com> | 2025-01-07 16:32:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 10:32:01 -0500 |
| commit | 96f8cfe4d05049abde300480812c6a96879ccdf8 (patch) | |
| tree | 3cfebea41237a3760e31a5a76f0e08246bc0cdb3 /mlir/CMakeLists.txt | |
| parent | d0812dbbff2ac839694ee1988e6af962fcd0bb1e (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.txt | 2 |
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. #------------------------------------------------------------------------------- |
