Re: [CMake] Moving large MSVS projects to CUDA

2012-05-08 Thread James Bigler
On Mon, May 7, 2012 at 4:04 PM, Ming ymy...@wisc.edu wrote: ** *By design, CMake should detect configuration changes and reconfigure before the build starts. The VS plugin was designed to provide a single dialog box that would allow for reloading of the entire solution with a single

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-07 Thread James Bigler
On Sat, May 5, 2012 at 3:32 AM, Ming ymy...@wisc.edu wrote: *From: **James Bigler* jamesbig...@gmail.com* * *Sent: Saturday, May 05, 2012 1:51 AM* *To: **Ming* ymy...@wisc.edu* * *Cc: **cmake@cmake.org* cmake@cmake.org* * *Subject: Re: [CMake] Moving large MSVS projects to CUDA

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-07 Thread Ming
-The code in question is the Geant4 (http://geant4.web.cern.ch/geant4/support/download.shtml) toolkit, which uses CMake to handle its cross-platform configurations. The end result of the toolkit is to compile a large set of libraries. -I’ve changed all of the source files from .cc to .cu,

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-07 Thread John Drescher
I’ve had issues in the past trying to perform a configure command in CMake-gui when the buidl directory already existed..? I do this all the time for years. No problems at all. John -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-07 Thread James Bigler
On Mon, May 7, 2012 at 11:41 AM, Ming ymy...@wisc.edu wrote: ** * -The code in question is the Geant4 (** http://geant4.web.cern.ch/geant4/support/download.shtml*http://geant4.web.cern.ch/geant4/support/download.shtml *) toolkit, which uses CMake to handle its cross-platform

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-05 Thread James Bigler
On Fri, May 4, 2012 at 12:39 PM, Ming ymy...@wisc.edu wrote: Hello CMake community, I have experience using CMake to generate sime cuda-enabled executables (where the cpp’s reside in one folder, etc.). I am attempting to move a large project that utilizes CMake, from just c++ to CUDA

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-05 Thread Ming
From: James Bigler Sent: Saturday, May 05, 2012 1:51 AM To: Ming Cc: cmake@cmake.org Subject: Re: [CMake] Moving large MSVS projects to CUDA On Fri, May 4, 2012 at 12:39 PM, Ming ymy...@wisc.edu wrote: Hello CMake community, I have experience using CMake to generate sime cuda-enabled

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread Eric Noulard
2012/5/4 Ming ymy...@wisc.edu: Hello CMake community, I have experience using CMake to generate sime cuda-enabled executables (where the cpp’s reside in one folder, etc.). I am attempting to move a large project that utilizes CMake, from just c++ to CUDA enabled c++. It is a project that