aboutsummaryrefslogtreecommitdiff
path: root/docs/source/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/install.rst')
-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