mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Leave only 2 option to set cache path: 1. CMake variable 2. Environment variable Update docs to reflect the changes.
11 lines
353 B
ReStructuredText
11 lines
353 B
ReStructuredText
CMAKE_FASTBUILD_CACHE_PATH
|
|
--------------------------
|
|
|
|
Specifies the directory for the FASTBuild artifact cache in the generated file.
|
|
|
|
If not set, FASTBuild will use the ``FASTBUILD_CACHE_PATH`` environment
|
|
variable at build time.
|
|
|
|
See the `FASTBuild caching documentation <https://www.fastbuild.org/docs/features/caching.html>`_
|
|
for more information.
|