aboutsummaryrefslogtreecommitdiff
path: root/docs/source
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 /docs/source
parentdd74dd05a055cb882388862f8a3fe6e3ba4b194b (diff)
downloadPROJ-4889dcfa71505939966e119baa9449be189abaaf.tar.gz
PROJ-4889dcfa71505939966e119baa9449be189abaaf.zip
Also look for clcache for MSVC; only use wrappers for Xcode
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/install.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index d4d202b8..23224e23 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -467,8 +467,9 @@ All cached entries can be viewed using ``cmake -LAH`` from a build directory.
.. option:: USE_CCACHE=OFF
- Configure CMake to use `ccache <https://ccache.dev/>`_ to build C/C++
- objects.
+ Configure CMake to use `ccache <https://ccache.dev/>`_ (or
+ `clcache <https://github.com/frerich/clcache>`_ for MSVC)
+ to build C/C++ objects.
Building on Windows with vcpkg and Visual Studio 2017 or 2019