mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -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.
3 lines
87 B
CMake
3 lines
87 B
CMake
set(REGEX_TO_MATCH "AllowCaching = false")
|
|
include(${RunCMake_SOURCE_DIR}/check.cmake)
|