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