Skip to content

CUDA: Fix default compiler flag initialization

Brad King requested to merge brad.king/cmake:cuda-fixups into master

Since commit a66004be our convention is to initialize compiler flag variables via string(APPEND) rather than set(). Fix the convention for CMAKE_CUDA_FLAGS[_<CONFIG>]_INIT.

While at it, also fix some typos in a CUDA test case.

Merge request reports