aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-11-25 11:21:09 +1300
committerMike Taves <mwtoews@gmail.com>2021-11-25 11:21:09 +1300
commit4889dcfa71505939966e119baa9449be189abaaf (patch)
treeb9bf676349011d4fd10612f9ce67f5eca82aa76d /travis/install.sh
parentdd74dd05a055cb882388862f8a3fe6e3ba4b194b (diff)
downloadPROJ-4889dcfa71505939966e119baa9449be189abaaf.tar.gz
PROJ-4889dcfa71505939966e119baa9449be189abaaf.zip
Also look for clcache for MSVC; only use wrappers for Xcode
Diffstat (limited to 'travis/install.sh')
-rwxr-xr-xtravis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 8a9a6f72..916f554d 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -153,7 +153,7 @@ if [ "$BUILD_NAME" != "linux_gcc8" -a "$BUILD_NAME" != "linux_gcc_32bit" ]; then
cd build_cmake
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/proj_cmake_install -DUSE_CCACHE=${USE_CCACHE}
make >/dev/null
- if [ "$USE_CCACHE" = "ON" ]; then
+ if [ "${USE_CCACHE}" = "ON" ]; then
ccache -s
fi