Files
CMake/Tests/RunCMake/FASTBuild/DisableDistribution-check.cmake
Eduard Voronkin a8e64742aa FASTBuild: allow disabling of caching / distribution
Compilation is complicated. Caching / distribution is even more
complicated. Sometimes there are bugs (in compilers as well as in
FASTBuild), so export the option to disable those features for CMake
targets.
2025-09-03 12:42:55 -04:00

3 lines
92 B
CMake

set(REGEX_TO_MATCH "AllowDistribution = false")
include(${RunCMake_SOURCE_DIR}/check.cmake)