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
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
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
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
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