Files
CMake/Help/variable/CMAKE_FASTBUILD_CACHE_PATH.rst
Eduard Voronkin f77628e0af FASTBuild: don't set default cache path
Leave only 2 option to set cache path:
1. CMake variable
2. Environment variable
Update docs to reflect the changes.
2025-09-11 11:25:36 -07:00

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.