changeset 766:734bf3e1487b

Removed the QUIET directive from PKG_CHECK_MODULES since it is not supported for cmake before 2.8.2
author Sebastien Decugis <sdecugis@nict.go.jp>
date Sat, 22 Oct 2011 22:56:55 +0200
parents edbdb35a603f
children c47c16436f71
files cmake/Modules/FindLibXml2.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/Modules/FindLibXml2.cmake	Tue Oct 18 23:11:11 2011 +0200
+++ b/cmake/Modules/FindLibXml2.cmake	Sat Oct 22 22:56:55 2011 +0200
@@ -24,7 +24,7 @@
 # use pkg-config to get the directories and then use these values
 # in the FIND_PATH() and FIND_LIBRARY() calls
 FIND_PACKAGE(PkgConfig)
-PKG_CHECK_MODULES(PC_LIBXML QUIET libxml-2.0)
+PKG_CHECK_MODULES(PC_LIBXML libxml-2.0)
 SET(LIBXML2_DEFINITIONS ${PC_LIBXML_CFLAGS_OTHER})
 
 FIND_PATH(LIBXML2_INCLUDE_DIR NAMES libxml/xpath.h
"Welcome to our mercurial repository"