URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b57b2cac304b1aa31f1bffef2156b8b78592594
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
9b57b2c 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>
(cherry picked from commit 6d1b6cd39db80fe8dc77c250ae795d16ce08bf41)
Reviewed-on: https://code.wireshark.org/review/11508
Actions performed:
from 9d38a9a PDCP LTE: fix dissection of signalling PDUs sent on common control channels
adds 9b57b2c CMake: Look for Python using the "App Paths" key.
Summary of changes:
cmake/modules/LocatePythonExecutable.cmake | 39 ++++++++++++++++++----------
1 file changed, 26 insertions(+), 13 deletions(-)