[all-commits] [llvm/llvm-project] aad0ae: [CMake] Only pass PYTHON_EXECUTABLE to native buil...
Harrison Hao via All-commits
all-commits at lists.llvm.org
Wed Feb 11 09:19:06 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aad0ae4a39b94f515f92759b69cfdcbc22eaa50d
https://github.com/llvm/llvm-project/commit/aad0ae4a39b94f515f92759b69cfdcbc22eaa50d
Author: Harrison Hao <57025411+harrisonGPU at users.noreply.github.com>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M llvm/cmake/modules/CrossCompile.cmake
Log Message:
-----------
[CMake] Only pass PYTHON_EXECUTABLE to native build if defined (#180964)
This addresses the following warning when PYTHON_EXECUTABLE is not set
in the host build:
```bash
CMake Warning:
Manually-specified variables were not used by the project:
PYTHON_EXECUTABLE
```
Reference:
https://github.com/llvm/llvm-project/pull/163574
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list