From 4889dcfa71505939966e119baa9449be189abaaf Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 25 Nov 2021 11:21:09 +1300 Subject: Also look for clcache for MSVC; only use wrappers for Xcode --- docs/source/install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/source') 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 `_ to build C/C++ - objects. + Configure CMake to use `ccache `_ (or + `clcache `_ for MSVC) + to build C/C++ objects. Building on Windows with vcpkg and Visual Studio 2017 or 2019 -- cgit v1.2.3