URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
857b80e by Gerald Combs (gerald@xxxxxxxxxxxxx):
    CMake: Use find_program to find a program.
    
    Use find_program to find glib-compile-resources instead of find_file.
    
    Change-Id: I565c3a596923ff4761bc38988ee396aa24bd63a6
    Reviewed-on: https://code.wireshark.org/review/18714
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  b688175   [SIP] Use call_dissector_only() to call the diagnostics dissector.
    adds  857b80e   CMake: Use find_program to find a program.
Summary of changes:
 ui/gtk/CMakeLists.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)