llvm-project/mlir/cmake/modules
John Demme cb318526b0 [MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLE
On Windows (at least), cmake ignores Python3_EXECUTABLE unless the
'Interpreter' component is being found. If the user is specifying a
different version than the latest installed (say, 3.8 vs 3.9) with the
Python3_EXECUTABLE, cmake was using a combination of the newest version
and the desired version. Mitigated by adding 'Interpreter' in the first
invocation like the second one.
2022-03-10 07:43:43 -08:00
..
AddMLIR.cmake [mlir] Do not use an empty source file when building aggregate libraries. 2022-02-05 23:06:28 -08:00
AddMLIRPython.cmake Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." 2021-11-14 20:31:34 -08:00
CMakeLists.txt [mlir][cmake] Use `GNUInstallDirs` to support custom installation dirs 2022-01-19 17:11:04 +00:00
MLIRConfig.cmake.in [mlir] Configure mlir so that it can be directly included in a parent cmakelists.txt 2022-01-19 12:02:22 -08:00
MLIRDetectPythonEnv.cmake [MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLE 2022-03-10 07:43:43 -08:00