diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-03-07 21:25:17 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-03-07 21:25:17 +0000 |
| commit | 90f1b8789c12fc72b68e38e2dd9226a342be0a22 (patch) | |
| tree | 12da01ae4bdb547c0d845ad5c0dde0b82c3ad070 /CMakeScripts/Modules | |
| parent | Translations. Template and French translation update. (diff) | |
| download | inkscape-90f1b8789c12fc72b68e38e2dd9226a342be0a22.tar.gz inkscape-90f1b8789c12fc72b68e38e2dd9226a342be0a22.zip | |
fix for windows
(bzr r11056)
Diffstat (limited to 'CMakeScripts/Modules')
| -rw-r--r-- | CMakeScripts/Modules/FindBoehmGC.cmake | 3 |
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) |
