diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-31 14:38:51 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-31 14:38:51 +0000 |
| commit | 21d952b04eeddd80264ea2f6799acc3d52b83166 (patch) | |
| tree | 8c4de1de3c5f7a9e27b2714812c7dac4e5755a51 /CMakeScripts/FindLCMS.cmake | |
| parent | Stacked LPEs should now use the right bounding box (diff) | |
| download | inkscape-21d952b04eeddd80264ea2f6799acc3d52b83166.tar.gz inkscape-21d952b04eeddd80264ea2f6799acc3d52b83166.zip | |
Cmake: added windows path to find modules.
(bzr r5770)
Diffstat (limited to 'CMakeScripts/FindLCMS.cmake')
| -rw-r--r-- | CMakeScripts/FindLCMS.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/FindLCMS.cmake b/CMakeScripts/FindLCMS.cmake index 7285d0a36..a69d88a42 100644 --- a/CMakeScripts/FindLCMS.cmake +++ b/CMakeScripts/FindLCMS.cmake @@ -38,6 +38,7 @@ else (LCMS_LIBRARIES AND LCMS_INCLUDE_DIRS) /usr/local/include /opt/local/include /sw/include + $ENV{DEVLIBS_PATH}//include// PATH_SUFFIXES lcms ) |
