aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-02-26 00:45:42 +1300
committerGitHub <noreply@github.com>2021-02-26 00:45:42 +1300
commit3d22f6f0a7f3919d7ed6ac4ebb09d233f5fc65c2 (patch)
tree2b6d5d873a85a297b206e60aa92ea80e46994118 /travis
parent1a518773616fb001483c175e8dfab00c06e83c89 (diff)
downloadPROJ-3d22f6f0a7f3919d7ed6ac4ebb09d233f5fc65c2.tar.gz
PROJ-3d22f6f0a7f3919d7ed6ac4ebb09d233f5fc65c2.zip
CMake: add support for pkg-config (#2547)
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 6426e1b3..a39323eb 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -112,6 +112,7 @@ if [ "$BUILD_NAME" != "linux_gcc8" -a "$BUILD_NAME" != "linux_gcc_32bit" ]; then
find /tmp/proj_cmake_install
if [ $BUILD_NAME = "linux_gcc" ] || [ $BUILD_NAME = "osx" ]; then
$TRAVIS_BUILD_DIR/test/postinstall/test_cmake.sh /tmp/proj_cmake_install
+ $TRAVIS_BUILD_DIR/test/postinstall/test_pkg-config.sh /tmp/proj_cmake_install
else
echo "Skipping test_cmake.sh test for $BUILD_NAME"
fi