Bill: Thanks for the pointer, it's working brilliantly
Alex: Thanks for the suggestions even though I ended up going with findcuda
On Wed, Feb 25, 2009 at 8:45 PM, Bill Hoffman wrote:
> There is a FindCuda.cmake here, that I have looked at:
>
> http://www.sci.utah.edu/~abe/FindCuda.html
>
> I am
There is a FindCuda.cmake here, that I have looked at:
http://www.sci.utah.edu/~abe/FindCuda.html
I am thinking of adding it to CMake, he uses custom_commands for Cuda.
-Bill
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
On Wednesday 25 February 2009, Alex Flint wrote:
> Hi there,
>
> I'm trying to compile different parts of my application with different
> compilers and I'm wondering how to do this within cmake. (The reason I
> need this is that I'm using nvidia's cuda but the specifics of cuda
> don't matter.) If
Hi there,
I'm trying to compile different parts of my application with different
compilers and I'm wondering how to do this within cmake. (The reason I
need this is that I'm using nvidia's cuda but the specifics of cuda
don't matter.) If I was to compile manually then my basic workflow
looks like