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