Re: [CMake] Moving large MSVS projects to CUDA

2012-05-08 Thread James Bigler
On Mon, May 7, 2012 at 4:04 PM, Ming 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 click rath

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-07 Thread James Bigler
On Mon, May 7, 2012 at 11:41 AM, Ming wrote: >** > >> * -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 >> configuration

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 http://www.kitware.com/opensourc

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 James Bigler
On Sat, May 5, 2012 at 3:32 AM, Ming wrote: > *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

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 wrote: Hello CMake community, I have experience using CMake to generate sime cuda-enabled executables

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread James Bigler
On Fri, May 4, 2012 at 12:39 PM, Ming 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 enabled c++. >

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread Eric Noulard
2012/5/4 Ming : > 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 generates

[CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread Ming
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 generates a large set of libraries