cmake CMAKE_CUDA_RUNTIME_LIBRARY examples

RavEngine/RavEngine deps/physx/physx/source/compiler/cmake/modules/NvidiaBuildOptions.cmake :105

SET(CMAKE_CUDA_RUNTIME_LIBRARY "Shared$<$<CONFIG:debug>:Debug>$<$<CONFIG:release>:Release>")

alpaka-group/alpaka cmake/alpakaCommon.cmake :525

elseif(CMAKE_CUDA_RUNTIME_LIBRARY STREQUAL "Static")

NVIDIA/MatX cmake/rapids-cmake/testing/cuda/init_runtime-static.cmake :20

message(FATAL_ERROR "rapids_cuda_init_runtime didn't correctly set CMAKE_CUDA_RUNTIME_LIBRARY")