mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 03:32:18 -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
96 B
CMake
3 lines
96 B
CMake
add_executable(main main.cpp)
|
|
set_target_properties(main PROPERTIES FASTBUILD_DISTRIBUTION OFF)
|