mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
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.
5 lines
76 B
CMake
5 lines
76 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(DisableCaching)
|
|
run_cmake(DisableDistribution)
|