mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
a8e64742aa
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)
|