diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-20 08:43:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-20 08:43:40 +0200 |
| commit | cd505feb34aaa60158bb9034d3e45d198058350c (patch) | |
| tree | 6e3b79a257ef6f2edb1d65330f9c7983afea5ff2 /travis | |
| parent | af2da10565fa9bc9f05d2e8b4d4a7053209f554e (diff) | |
| parent | 29ddc39d242b95c2de477a657bdceb703676a65e (diff) | |
| download | PROJ-cd505feb34aaa60158bb9034d3e45d198058350c.tar.gz PROJ-cd505feb34aaa60158bb9034d3e45d198058350c.zip | |
Merge pull request #1625 from hobu/cmake-proj_lib-tests
set PROJ_LIB on test targets for CMake
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/travis/install.sh b/travis/install.sh index b2e13c12..2363be43 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -84,9 +84,7 @@ 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 -PROJ_LIB=/tmp/proj_cmake_install/share/proj ctest +ctest find /tmp/proj_cmake_install cd .. |
