diff options
| author | Howard Butler <howard@hobu.co> | 2019-09-19 15:00:46 -0500 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2019-09-19 15:00:46 -0500 |
| commit | 29ddc39d242b95c2de477a657bdceb703676a65e (patch) | |
| tree | ecaa63a8cc1d430b01f3be69ce6ff0c2225f70a8 /travis | |
| parent | 6be540696cb6672602f7118c8578b3df78455278 (diff) | |
| download | PROJ-29ddc39d242b95c2de477a657bdceb703676a65e.tar.gz PROJ-29ddc39d242b95c2de477a657bdceb703676a65e.zip | |
address PR comments
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/travis/install.sh b/travis/install.sh index e0367047..2363be43 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -84,8 +84,6 @@ cd build_cmake cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/proj_cmake_install VERBOSE=1 make -j${NPROC} make install -# The cmake build is not able to generate the null file, so copy it at hand -cp /tmp/proj_autoconf_install_from_dist_all/share/proj/null /tmp/proj_cmake_install/share/proj ctest find /tmp/proj_cmake_install cd .. |
