diff options
author | David Cole <david.cole@kitware.com> | 2012-01-25 16:18:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-01-25 16:18:03 (GMT) |
commit | 5ee225dbbd500ac316ce9750d7b5a9f4a8692c43 (patch) | |
tree | 68bd58a6bdd12e1b87126f1ab674e4ead57a5be0 /Modules/FindLibXslt.cmake | |
parent | 055999a1ef5c87908f8e02f3688d0bdf5399ac51 (diff) | |
parent | ede3ec5a799768482a7bc37ac44da99817b62316 (diff) | |
download | CMake-5ee225dbbd500ac316ce9750d7b5a9f4a8692c43.zip CMake-5ee225dbbd500ac316ce9750d7b5a9f4a8692c43.tar.gz CMake-5ee225dbbd500ac316ce9750d7b5a9f4a8692c43.tar.bz2 |
Merge topic 'use-pkgconfig-quiet'
ede3ec5 use pkg_check_modules() quiet in other modules
Diffstat (limited to 'Modules/FindLibXslt.cmake')
-rw-r--r-- | Modules/FindLibXslt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLibXslt.cmake b/Modules/FindLibXslt.cmake index 1f49c3b..1e42f42 100644 --- a/Modules/FindLibXslt.cmake +++ b/Modules/FindLibXslt.cmake @@ -25,7 +25,7 @@ # use pkg-config to get the directories and then use these values # in the FIND_PATH() and FIND_LIBRARY() calls -FIND_PACKAGE(PkgConfig) +FIND_PACKAGE(PkgConfig QUIET) PKG_CHECK_MODULES(PC_LIBXSLT QUIET libxslt) SET(LIBXSLT_DEFINITIONS ${PC_LIBXSLT_CFLAGS_OTHER}) |