aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2019-09-19 13:32:38 -0500
committerHoward Butler <howard@hobu.co>2019-09-19 13:32:38 -0500
commit6be540696cb6672602f7118c8578b3df78455278 (patch)
treefda96e3cdb0f620d9acc551fe3b4bdad28e39343 /travis/install.sh
parent8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf (diff)
downloadPROJ-6be540696cb6672602f7118c8578b3df78455278.tar.gz
PROJ-6be540696cb6672602f7118c8578b3df78455278.zip
set PROJ_LIB on test targets for CMake
Diffstat (limited to 'travis/install.sh')
-rwxr-xr-xtravis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh
index b2e13c12..e0367047 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -86,7 +86,7 @@ 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
-PROJ_LIB=/tmp/proj_cmake_install/share/proj ctest
+ctest
find /tmp/proj_cmake_install
cd ..