Files
CMake/Tests/RunCMake/FASTBuild/DisableDistribution.cmake
Eduard Voronkin a8e64742aa FASTBuild: allow disabling of caching / distribution
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.
2025-09-03 12:42:55 -04:00

3 lines
96 B
CMake

add_executable(main main.cpp)
set_target_properties(main PROPERTIES FASTBUILD_DISTRIBUTION OFF)