aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/install.sh')
-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 ..