CMake: Use find_program to find a program.
authorGerald Combs <gerald@wireshark.org>
Tue, 8 Nov 2016 19:44:31 +0000 (11:44 -0800)
committerGerald Combs <gerald@wireshark.org>
Wed, 9 Nov 2016 18:03:49 +0000 (18:03 +0000)
commit857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3
tree4dc1cca73fcb80d48c8ad5e6fcf9c8d16b526362
parentb688175834c8ab302abb108df19c63f7a075c458
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@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
ui/gtk/CMakeLists.txt