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

2017-06-26 Thread Mueller-Roemer, Johannes Sebastian
Original Message- From: Robert Maynard [mailto:robert.mayn...@kitware.com] Sent: Friday, June 23, 2017 15:40 To: Mueller-Roemer, Johannes Sebastian Cc: CMake MailingList Subject: Re: [CMake] Visual Studio with CUDA does not work in 3.9 Hi Unfortunately you are going to need to provide more i

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

2017-06-23 Thread Robert Maynard
Roemer, Johannes Sebastian > > Cc: CMake MailingList > Subject: Re: [CMake] Visual Studio with CUDA does not work in 3.9 > > Hi, > > Do you have the NVIDIA CUDA Visual Studio Integration tools installed? > This is needed for support when using the Visual Studio Gener

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

2017-06-23 Thread Mueller-Roemer, Johannes Sebastian
17 14:52 To: Mueller-Roemer, Johannes Sebastian Cc: CMake MailingList Subject: Re: [CMake] Visual Studio with CUDA does not work in 3.9 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 ca

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 wrote: > The absolute mi

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

2017-06-23 Thread Mueller-Roemer, Johannes Sebastian
The absolute minimum example cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(cuda-test LANGUAGES C CXX CUDA) add_executable(cuda-test main.cu) Fails to configure with the error: CMake Error at CMakeLists.txt:2 (project): No CMAKE_CUDA_COMPILER could be found. Am I missing something, or