mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 15:19:56 -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
add_executable(main main.cpp)
|
|
set_property(TARGET main PROPERTY FASTBUILD_CACHING OFF)
|