You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! First off thanks for the good work! I've been very interested by a CudaToolkit conan package .
Only thing is I'm not able to use it yet ^^'. Did you try to build the packages recently on windows?
I struggle to install nvcc or even use a classic CudaToolkit installation with my cmake MVSC project while using conan.
The culprit seems to be related to enable_language(CUDA) and the conan toolchain!
I keep getting: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 12.5.targets(277,17): error MSB4023: Cannot evaluate the item metadata "%()". Parameter "metadataName" cannot have zero length.
This issue might be related to this one but I can't reproduce the quick fix presented there. Appenretly
What do you think?
The text was updated successfully, but these errors were encountered:
Hey there! First off thanks for the good work! I've been very interested by a CudaToolkit conan package .
Only thing is I'm not able to use it yet ^^'. Did you try to build the packages recently on windows?
I struggle to install nvcc or even use a classic CudaToolkit installation with my cmake MVSC project while using conan.
The culprit seems to be related to
enable_language(CUDA)
and the conan toolchain!I keep getting:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 12.5.targets(277,17): error MSB4023: Cannot evaluate the item metadata "%()". Parameter "metadataName" cannot have zero length.
This issue might be related to this one but I can't reproduce the quick fix presented there. Appenretly
What do you think?
The text was updated successfully, but these errors were encountered: