Wireshark-commits: [Wireshark-commits] master 6d1b6cd: CMake: Look for Python using the "App Paths"
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d1b6cd39db80fe8dc77c250ae795d16ce08bf41
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6d1b6cd by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Look for Python using the "App Paths" key.
Query HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe
and HKCU\Software\Microsoft\Windows\CurrentVersion\App Paths\Python.exe
first before trying other methods.
Change-Id: I83f54f6833149c68f1626c3c17f25ffe54d8ea5d
Reviewed-on: https://code.wireshark.org/review/11506
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0f4d139 Update my e-mail address in the AUTHORS file
adds 6d1b6cd CMake: Look for Python using the "App Paths" key.
Summary of changes:
cmake/modules/LocatePythonExecutable.cmake | 39 ++++++++++++++++++----------
1 file changed, 26 insertions(+), 13 deletions(-)