Re: [CMake] [New Module] FindCUDA

2010-01-06 Thread Luke Parkinson
Hello Everyone, I apologise in advance if this is the wrong way to revive an old topic, but I wasn't sure how to reply to old threads in the mailing list and I'm new to this list. I'm part of a team of developers looking at integrating CUDA into the Insight Toolkit (http://www.itk.org/). Peopl

Re: [CMake] [New Module] FindCUDA

2009-08-26 Thread James Bigler
On Wed, Aug 26, 2009 at 2:36 PM, Luis Ibanez wrote: > On Tue, Aug 25, 2009 at 2:11 PM, James Bigler wrote: >> This is code that is up for inclusion into the CMake Modules directory. >> >> FindCUDA does several things. >> >> 1. It locates all the build tools found in the NVIDIA CUDA toolkit and SDK.

Re: [CMake] [New Module] FindCUDA

2009-08-26 Thread Luis Ibanez
On Tue, Aug 25, 2009 at 2:11 PM, James Bigler wrote: > This is code that is up for inclusion into the CMake Modules directory. > > FindCUDA does several things. > > 1. It locates all the build tools found in the NVIDIA CUDA toolkit and SDK. > 2. It provides common options used to control CUDA code