mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
A common anti-pattern is to copy from the `CUDA_ARCHITECTURES` documentation. If at any point the user tries to simplify by changin `set_property` to `set_target_properties` the code breaks. To better train users, provide and example of how to set multiple CUDA architectures with `set_target_properties`.