mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-08-02 23:57:23 +08: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)
|