Admin message

System updates will be applied on April 23rd between 0900 AM and 1200 PM, EDT (UTC-0400). This site will have intermittent downtime during that time.

FindCUDAToolkit: error when multiple sub-projects call find_package(CUDAToolkit)
FindCUDAToolkit is currently trying to create a library target even if it already exists, leading to cmake errors. This happens if a given project includes others, and some of them end up calling find_package(CUDAToolkit). It shouldn't be a problem to do so. The attached patch fixes this. [fix_cuda_target.patch](/uploads/b3418cd6ebbe892bf46ea0d509e20ca7/fix_cuda_target.patch)
issue