summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/FindXSLT.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/FindXSLT.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/FindXSLT.cmake')
-rw-r--r--CMakeScripts/FindXSLT.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/FindXSLT.cmake b/CMakeScripts/FindXSLT.cmake
index 0bce409cd..bda46e640 100644
--- a/CMakeScripts/FindXSLT.cmake
+++ b/CMakeScripts/FindXSLT.cmake
@@ -38,6 +38,7 @@ else (XSLT_LIBRARIES AND XSLT_INCLUDE_DIRS)
/usr/local/include
/opt/local/include
/sw/include
+ $ENV{DEVLIBS_PATH}//include//
PATH_SUFFIXES
libxslt
)