diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-11-25 11:21:09 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2021-11-25 11:21:09 +1300 |
| commit | 4889dcfa71505939966e119baa9449be189abaaf (patch) | |
| tree | b9bf676349011d4fd10612f9ce67f5eca82aa76d /travis | |
| parent | dd74dd05a055cb882388862f8a3fe6e3ba4b194b (diff) | |
| download | PROJ-4889dcfa71505939966e119baa9449be189abaaf.tar.gz PROJ-4889dcfa71505939966e119baa9449be189abaaf.zip | |
Also look for clcache for MSVC; only use wrappers for Xcode
Diffstat (limited to 'travis')
| -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 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 |
