diff options
| author | Howard Butler <howard@hobu.co> | 2019-09-19 13:32:38 -0500 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2019-09-19 13:32:38 -0500 |
| commit | 6be540696cb6672602f7118c8578b3df78455278 (patch) | |
| tree | fda96e3cdb0f620d9acc551fe3b4bdad28e39343 /travis/install.sh | |
| parent | 8948068deaa8b1b9cf14e7e509d06abc3a0b8dcf (diff) | |
| download | PROJ-6be540696cb6672602f7118c8578b3df78455278.tar.gz PROJ-6be540696cb6672602f7118c8578b3df78455278.zip | |
set PROJ_LIB on test targets for CMake
Diffstat (limited to 'travis/install.sh')
| -rwxr-xr-x | travis/install.sh | 2 |
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 .. |
