Re: [CMake] Problem making vc project

2011-07-28 Thread Yuri Timenkov
It's really hard to find problem without having whole picture. I can only suggest printing debug information from your CMakeLists.txt with message() command. There could be problems with CUDA_COMPILE, it may return empty list for example, if cuda library isn't found for current platform/compiler.

Re: [CMake] Problem making vc project

2011-07-27 Thread Nima Nouri
Hi I cannot make a small stand alone example, it is a big project. however I have checked the cmakelists. I am sending you the part that is responsible for making the cuda file lists. On Thu, Jul 28, 2011 at 8:03 AM, Yuri Timenkov wrote: > The original CMakeLists will be helpful to solve your p

Re: [CMake] Problem making vc project

2011-07-27 Thread Yuri Timenkov
The original CMakeLists will be helpful to solve your problem. Could you provide a small stand-alone example reproducing your problem? On Wed, Jul 27, 2011 at 8:02 PM, Nima Nouri wrote: > Hi everybody > > I am currently trying to compile my source code on VC9. > Previously I was using VC8 and ev