Skip to content

Commit 17010ac

Browse files
nirvnm-kuhn
authored andcommitted
[travis] fix grass7 plugin build by adding GRASS_PREFIX7 (#3578)
* [travis] fix grass7 plugin build by adding GRASS_PREFIX7 * Followup 3n0486c: fix grass plugin build, take 2
1 parent d2c2049 commit 17010ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/travis/linux/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ cmake \
4242
-DCMAKE_PREFIX_PATH=/home/travis/osgeo4travis \
4343
-DWITH_STAGED_PLUGINS=ON \
4444
-DWITH_GRASS=ON \
45+
-DWITH_GRASS7=ON \
46+
-DGRASS_PREFIX7=/home/travis/osgeo4travis/grass-7.0.4 \
4547
-DSUPPRESS_QT_WARNINGS=ON \
4648
-DENABLE_MODELTEST=ON \
4749
-DENABLE_PGTEST=ON \

0 commit comments

Comments
 (0)