Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
f71cbfe9
Commit
f71cbfe9
authored
Oct 22, 2011
by
Sebastien Decugis
Browse files
Removed the QUIET directive from PKG_CHECK_MODULES since it is not supported for cmake before 2.8.2
parent
8e8a6a0b
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/Modules/FindLibXml2.cmake
View file @
f71cbfe9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment