Define PYTHON_EXECUTABLE only once in cmake (#10911)
### Summary There is no need to redefine this over and over again. Do it once at the root. Lmk if I'm missing something: ``` $ rg -t cmake -g '!examples' "resolve_python" $ rg -t cmake -g '!examples' "NOT PYTHON_EXECUTABLE" $ rg -t cmake -g '!examples' "python3" $ rg -t cmake -g '!examples' "python\s" ``` ### Test plan CI cc @larryliu0820
J
jathu committed
78fe7ee18bcba13d527fb4657a933fb2f6e1d353
Parent: 24789c8
Committed by GitHub <noreply@github.com>
on 5/15/2025, 11:41:23 PM