CMake usesCMAKE_CUDA_RUNTIME_LIBRARYto link the static (libcudart_static.a) or shared (libcudart.so) CUDA runtime library. This PR makes alpaka follow the same variable, and applies it also to the cuRAND libraries. endif() #Link the CUDA Runtime library target_link_libraries By defaultis...