Enabling OpenMP on CUDA builds adds extra -fopenmp to the nvcc link line, causing an unrecognized parameter failure. Most likely cause is a CMake OpenMP link variable is set and added to the general link line. Current workaround is to disable OpenMP on CUDA builds.