mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|