aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2019-09-19 15:00:46 -0500
committerHoward Butler <howard@hobu.co>2019-09-19 15:00:46 -0500
commit29ddc39d242b95c2de477a657bdceb703676a65e (patch)
treeecaa63a8cc1d430b01f3be69ce6ff0c2225f70a8 /travis
parent6be540696cb6672602f7118c8578b3df78455278 (diff)
downloadPROJ-29ddc39d242b95c2de477a657bdceb703676a65e.tar.gz
PROJ-29ddc39d242b95c2de477a657bdceb703676a65e.zip
address PR comments
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh2
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 ..