diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/install.rst | 5 |
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 |
