CUDA: Fix default compiler flag initialization
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.