-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues linking while linking CUDA after RTK v2.3.0 CMake refactoring #449
Comments
In theory you should have seen a warning |
Yes! now I was able to replicate the warning popping up. It wasn't showing until I was setting I feel like this is particularly inconsequential, sorry for wasting your time! |
I updated CMake to the latest release, but it seems that I still have issues with the CUDA toolkit identification:
|
Issue presented when fast-forwarding to tag v2.3.0 (from #413 merge) and regenerating the CMake project. In particular, while setting up the project for Visual studio 2017 I get the following error:
I'm using CUDA v10.1 and linking against ITK v5.2 using CMake v3.14.3.
I suppose this may be due to my CMake version being outdated since FINDCudaToolkit is referenced from CMake v3.17. onwards.
The text was updated successfully, but these errors were encountered: