summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/FindXML2.cmake
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-05-31 14:38:51 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-05-31 14:38:51 +0000
commit21d952b04eeddd80264ea2f6799acc3d52b83166 (patch)
tree8c4de1de3c5f7a9e27b2714812c7dac4e5755a51 /CMakeScripts/FindXML2.cmake
parentStacked LPEs should now use the right bounding box (diff)
downloadinkscape-21d952b04eeddd80264ea2f6799acc3d52b83166.tar.gz
inkscape-21d952b04eeddd80264ea2f6799acc3d52b83166.zip
Cmake: added windows path to find modules.
(bzr r5770)
Diffstat (limited to 'CMakeScripts/FindXML2.cmake')
-rw-r--r--CMakeScripts/FindXML2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/FindXML2.cmake b/CMakeScripts/FindXML2.cmake
index f7dfe9e7f..1e2b0d3af 100644
--- a/CMakeScripts/FindXML2.cmake
+++ b/CMakeScripts/FindXML2.cmake
@@ -38,6 +38,7 @@ else (XML2_LIBRARIES AND XML2_INCLUDE_DIRS)
/usr/local/include
/opt/local/include
/sw/include
+ $ENV{DEVLIBS_PATH}//include//
PATH_SUFFIXES
libxml2
)