[CMake] Cuda with CMake

2010-07-29 Thread lokmane.abbas-turki
I am a beginner on creating Visual projects with CMake for Cuda applications. I use the following CMakeLists cmake_minimum_required(VERSION 2.8) PROJECT(FermeHedge) #Searching CUDA FIND_PACKAGE(CUDA) #Include the FindCUDA script INCLUDE(FindCUDA) SET(SOURCES         aleat_lin.cu        

[Cmake-commits] Cuda with CMake

2010-07-29 Thread lokmane.abbas-turki
I am a beginner on creating Visual projects with CMake for Cuda applications. I use the following CMakeLists cmake_minimum_required(VERSION 2.8) PROJECT(FermeHedge) #Searching CUDA FIND_PACKAGE(CUDA) #Include the FindCUDA script INCLUDE(FindCUDA) SET(SOURCES         aleat_lin.cu        

Re: [CMake] .vfproj with cmake

2009-08-31 Thread lokmane.abbas-turki
Hi, I don't have the file cmLocalVisualStudio7Generator.cxx in my CMake directories. What should I do? Should I add it, if yes, could you send it to me? Thank you for help.   lokmane.abbas-turki wrote: Hi, I have already sent this email but I still don't receive an answer. Could you

Re: [CMake] .vfproj with cmake

2009-08-22 Thread lokmane.abbas-turki
Hi, I have already sent this email but I still don't receive an answer. Could you please tell me what should I do to build a simple .vfproj with cmake without a version conflict.   Best regards. Lokman. OK, can you try this. 1. Run cmake --debug-trycompile 2. Do not load the project

Re: [CMake] .vfproj with cmake

2009-08-20 Thread lokmane.abbas-turki
  Message du 18/08/09 22:56 De : Bill Hoffman A : lokmane.abbas-turki Copie à : Objet : Re: [CMake] .vfproj with cmake OK, can you try this. 1. Run cmake --debug-trycompile 2. Do not load the project into the IDE. 3. Edit the cmTryCompileExec.vfproj file created by CMake

[CMake] .vfproj with cmake

2009-08-14 Thread lokmane.abbas-turki
 Hi,  I cannot create a Visual Frotran Project using Intel Fortran 11.0 on  Visual Studio 9. When I press configure on the CMake GUI I have the following error: CMake Error at C:/PRogram Files/CMake 2.6/share/cmake-2.6/Modules/CMakeTestFortranCompiler.cmake:25 (MESSAGE): The Fortran compiler

Re: [CMake] .vfproj with cmake

2009-08-14 Thread lokmane.abbas-turki
Please, find attached to this email the CMakeError.log file. Thank you. Lokman. Message du 14/08/09 14:17 De : Bill Hoffman A : lokmane.abbas-turki Copie à : cmake@cmake.org Objet : Re: [CMake] .vfproj with cmake lokmane.abbas-turki wrote: Hi, I cannot create a Visual Frotran