From 6be540696cb6672602f7118c8578b3df78455278 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 19 Sep 2019 13:32:38 -0500 Subject: set PROJ_LIB on test targets for CMake --- travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') 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 .. -- cgit v1.2.3 From 29ddc39d242b95c2de477a657bdceb703676a65e Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 19 Sep 2019 15:00:46 -0500 Subject: address PR comments --- travis/install.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'travis') 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 .. -- cgit v1.2.3