Skip to content

Commit

Permalink
PREFIX, not INSTALLDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Aug 13, 2018
1 parent 1113976 commit 11afe58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ set -e

mkdir build && cd build

cmake -D CMAKE_INSTALL_INSTALLDIR=$INSTALLDIR \
cmake -D CMAKE_INSTALL_PREFIX=$INSTALLDIR \
-D GMT_LIBDIR=$INSTALLDIR/lib \
-D DCW_ROOT=$COASTLINEDIR \
-D GSHHG_ROOT=$COASTLINEDIR \
..

make
make -j
make check
make install

Expand Down

0 comments on commit 11afe58

Please sign in to comment.