aboutsummaryrefslogtreecommitdiff
path: root/modules/FindNetworkManager.cmake
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2008-11-11 11:50:35 +0000
committerLaurent Montel <montel@kde.org>2008-11-11 11:50:35 +0000
commitb6f9515fff4f5e47c8514197474294c7168c3ab7 (patch)
treec2479248ba0a220c151b55efbb2e770a48a6c0aa /modules/FindNetworkManager.cmake
parent414cdd4294be121c798099210f7fb94ad5beb70d (diff)
downloadextra-cmake-modules-b6f9515fff4f5e47c8514197474294c7168c3ab7.tar.gz
extra-cmake-modules-b6f9515fff4f5e47c8514197474294c7168c3ab7.tar.bz2
Fix it
svn path=/trunk/KDE/kdelibs/; revision=882740
Diffstat (limited to 'modules/FindNetworkManager.cmake')
-rw-r--r--modules/FindNetworkManager.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindNetworkManager.cmake b/modules/FindNetworkManager.cmake
index f85dfb5f..cd7b9b89 100644
--- a/modules/FindNetworkManager.cmake
+++ b/modules/FindNetworkManager.cmake
@@ -22,7 +22,7 @@ ENDIF (NETWORKMANAGER_INCLUDE_DIRS AND NM-UTIL_INCLUDE_DIRS)
IF (NOT WIN32)
# use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls
- INCLUDE(FindPkgConfig)
+ find_package((PkgConfig)
PKG_SEARCH_MODULE( NETWORKMANAGER NetworkManager )
PKG_SEARCH_MODULE( NM-UTIL libnm-util )
ENDIF (NOT WIN32)