From 7b67c4a1efff99e4c2d151a8367386d469af330d Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Tue, 25 Dec 2012 14:52:28 +0000 Subject: Fix find_path macro. --- cmake/modules/FindPugiXML.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1