File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ifeq ($(GRASSVER),7)
80
80
else
81
81
CMAKE_OPTS += \
82
82
-DWITH_GRASS=TRUE \
83
- -DWITH_GRASS7=FALSE \
83
+ -DWITH_GRASS6=TRUE \
84
84
-DGRASS_PREFIX=/usr/lib/$(GRASS)
85
85
endif
86
86
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ set CMAKE_OPT=^
66
66
-D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python27/sip.exe ^
67
67
-D QWT_LIBRARY=%O4W_ROOT% /lib/qwt.lib ^
68
68
-D WITH_GRASS=TRUE ^
69
+ -D WITH_GRASS6=TRUE ^
69
70
-D WITH_GRASS7=TRUE ^
70
71
-D GRASS_PREFIX=%O4W_ROOT% /apps/grass/grass-6.4.4 ^
71
72
-D GRASS_PREFIX7=%O4W_ROOT% /apps/grass/grass-7.0.1 ^
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ set CMAKE_OPT=^
66
66
-D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python27/sip.exe ^
67
67
-D QWT_LIBRARY=%O4W_ROOT% /lib/qwt.lib ^
68
68
-D WITH_GRASS=TRUE ^
69
+ -D WITH_GRASS6=TRUE ^
69
70
-D WITH_GRASS7=TRUE ^
70
71
-D GRASS_PREFIX=%O4W_ROOT% /apps/grass/grass-6.4.4 ^
71
72
-D GRASS_PREFIX7=%O4W_ROOT% /apps/grass/grass-7.0.1
@@ -85,7 +86,7 @@ set CMAKE_OPT=^
85
86
-G " Visual Studio 10 Win64" ^
86
87
-D SPATIALINDEX_LIBRARY=%O4W_ROOT% /lib/spatialindex-64.lib ^
87
88
-D WITH_GRASS=TRUE ^
88
- -D WITH_GRASS7=FALSE ^
89
+ -D WITH_GRASS6=TRUE ^
89
90
-D GRASS_PREFIX=%O4W_ROOT% /apps/grass/grass-6.4.3 ^
90
91
-D SIP_BINARY_PATH=%O4W_ROOT% /bin/sip.exe ^
91
92
-D QWT_LIBRARY=%O4W_ROOT% /lib/qwt5.lib ^
You can’t perform that action at this time.
0 commit comments