From: José Fonseca Date: Sun, 6 Nov 2011 10:13:49 +0000 (+0000) Subject: cmake: include FindPkgConfig. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=69d6d91dabe2ccc6f0edd6a9fd6306d82da43f04;p=apitrace cmake: include FindPkgConfig. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ffe1495..7e0fc01 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,8 @@ set (ENABLE_GUI "AUTO" CACHE STRING "Enable Qt GUI.") ############################################################################## # Find dependencies +include (FindPkgConfig) + set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) set (CMAKE_USE_PYTHON_VERSION 2.7 2.6)