Re: [CMake] Visual Studio with CUDA does not work in 3.9

2017-06-27 Thread Mueller-Roemer, Johannes Sebastian
If anyone else runs into this issue: I was able to solve it by re-installing the .NET 3.5 Framework which a recent Update had apparently removed (because I have previously built "native" CUDA VS projects on this machine without issues). This solved the issue for me. If you have an error message

Re: [CMake] Visual Studio with CUDA does not work in 3.9

2017-06-23 Thread Robert Maynard
Hi Unfortunately you are going to need to provide more information to help track down the issue. We currently have machines that verify 2015/8.0 and 2013/7.5 properly work ( https://open.cdash.org/index.php?project=CMake=1=1=buildname=63=CUDA ) Can you please provide run from the build directory

Re: [CMake] Visual Studio with CUDA does not work in 3.9

2017-06-23 Thread Mueller-Roemer, Johannes Sebastian
Hi Robert, yes, according to the Windows installed program list, I have "NVIDIA CUDA Visual Studio Integration 8.0" installed. I can also create CUDA projects via "New project" and have an Nsight menu entry. Regards Johannes Mueller-Roemer Fraunhofer-Institut für Graphische Datenverarbeitung

Re: [CMake] Visual Studio with CUDA does not work in 3.9

2017-06-23 Thread Robert Maynard
Hi, Do you have the NVIDIA CUDA Visual Studio Integration tools installed? This is needed for support when using the Visual Studio Generator(s). Otherwise you can still use ninja or the nmake generators. On Fri, Jun 23, 2017 at 7:06 AM, Mueller-Roemer, Johannes Sebastian