diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-12-25 14:52:28 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-12-25 14:52:28 +0000 |
commit | 7b67c4a1efff99e4c2d151a8367386d469af330d (patch) | |
tree | cc734a9c0258c06afc7eea9c54d47157569c1f68 | |
parent | 2437820b0fd29fde81e4bd919adff80a1c87ead8 (diff) | |
download | mgasvnstats-master.tar mgasvnstats-master.tar.gz mgasvnstats-master.tar.bz2 mgasvnstats-master.tar.xz mgasvnstats-master.zip |
-rw-r--r-- | cmake/modules/FindPugiXML.cmake | 2 |
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 |