From dd74dd05a055cb882388862f8a3fe6e3ba4b194b Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 19 Nov 2021 23:55:09 +1300 Subject: CMake: add option USE_CCACHE=OFF to use ccache to compile C/C++ objs --- docs/source/install.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/source') diff --git a/docs/source/install.rst b/docs/source/install.rst index 208b55d4..d4d202b8 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -465,6 +465,11 @@ All cached entries can be viewed using ``cmake -LAH`` from a build directory. ``TIFF_LIBRARY_DEBUG`` can also be specified to a similar library for building Debug releases. +.. option:: USE_CCACHE=OFF + + Configure CMake to use `ccache `_ to build C/C++ + objects. + Building on Windows with vcpkg and Visual Studio 2017 or 2019 -------------------------------------------------------------------------------- -- cgit v1.2.3