aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Rytarowski <kamil@mageia.org>2012-12-25 14:52:28 +0000
committerKamil Rytarowski <kamil@mageia.org>2012-12-25 14:52:28 +0000
commit7b67c4a1efff99e4c2d151a8367386d469af330d (patch)
treecc734a9c0258c06afc7eea9c54d47157569c1f68
parent2437820b0fd29fde81e4bd919adff80a1c87ead8 (diff)
downloadmgasvnstats-master.tar
mgasvnstats-master.tar.gz
mgasvnstats-master.tar.bz2
mgasvnstats-master.tar.xz
mgasvnstats-master.zip
Fix find_path macro.HEADmaster
-rw-r--r--cmake/modules/FindPugiXML.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindPugiXML.cmake b/cmake/modules/FindPugiXML.cmake
index 585eb21..931d547 100644
--- a/cmake/modules/FindPugiXML.cmake
+++ b/cmake/modules/FindPugiXML.cmake
@@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-find_path(PugiXML_INCLUDE_DIR /usr/include)
+find_path(PugiXML_INCLUDE_DIR pugixml.hpp /usr/include)
find_library(PugiXML_LIBRARY
NAMES