diff options
Diffstat (limited to 'cmake')
-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 |