summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-03-07 21:25:17 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-03-07 21:25:17 +0000
commit90f1b8789c12fc72b68e38e2dd9226a342be0a22 (patch)
tree12da01ae4bdb547c0d845ad5c0dde0b82c3ad070 /CMakeScripts/Modules
parentTranslations. Template and French translation update. (diff)
downloadinkscape-90f1b8789c12fc72b68e38e2dd9226a342be0a22.tar.gz
inkscape-90f1b8789c12fc72b68e38e2dd9226a342be0a22.zip
fix for windows
(bzr r11056)
Diffstat (limited to 'CMakeScripts/Modules')
-rw-r--r--CMakeScripts/Modules/FindBoehmGC.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeScripts/Modules/FindBoehmGC.cmake b/CMakeScripts/Modules/FindBoehmGC.cmake
index 7a5081c22..e435af55d 100644
--- a/CMakeScripts/Modules/FindBoehmGC.cmake
+++ b/CMakeScripts/Modules/FindBoehmGC.cmake
@@ -26,7 +26,7 @@ else (BOEHMGC_LIBRARIES AND BOEHMGC_INCLUDE_DIRS)
/usr/local/include
/opt/local/include
/sw/include
- $ENV{DEVLIBS_PATH}//include//
+ $ENV{DEVLIBS_PATH}/include
PATH_SUFFIXES
gc
)
@@ -39,6 +39,7 @@ else (BOEHMGC_LIBRARIES AND BOEHMGC_INCLUDE_DIRS)
/usr/local/lib
/opt/local/lib
/sw/lib
+ $ENV{DEVLIBS_PATH}/lib
)
if (GC_LIBRARY)