diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-11-19 23:55:09 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2021-11-20 00:56:48 +1300 |
| commit | dd74dd05a055cb882388862f8a3fe6e3ba4b194b (patch) | |
| tree | d37a8707018c670852b53a99c462408625be37a6 /docs/source/install.rst | |
| parent | ac882266b57d04720bb645b8144901127f7427cf (diff) | |
| download | PROJ-dd74dd05a055cb882388862f8a3fe6e3ba4b194b.tar.gz PROJ-dd74dd05a055cb882388862f8a3fe6e3ba4b194b.zip | |
CMake: add option USE_CCACHE=OFF to use ccache to compile C/C++ objs
Diffstat (limited to 'docs/source/install.rst')
| -rw-r--r-- | docs/source/install.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 <https://ccache.dev/>`_ to build C/C++ + objects. + Building on Windows with vcpkg and Visual Studio 2017 or 2019 -------------------------------------------------------------------------------- |
