Re: [CMake] Copying directories and build error

2008-09-04 Thread John Drescher
> Then you're not copying the buildtree, but the source tree. The > buildtree is the directory containing all the files generated by CMake > and the make/your-ide-buildtool runs. > Your correct and when I reread the OP they did not want to run cmake again. Sorry for wasting peoples time.. John ___

Re: [CMake] Copying directories and build error

2008-09-04 Thread Andreas Pakulat
On 04.09.08 11:26:45, John Drescher wrote: > On Thu, Sep 4, 2008 at 11:11 AM, Andreas Schneider <[EMAIL PROTECTED]> wrote: > > On Thursday 04 September 2008 16:57:18 Bill Hoffman wrote: > >> You don't CMake does not support the relocation of build trees. > > > > http://www.cmake.org/Wiki/CMake_FAQ#

Re: [CMake] Copying directories and build error

2008-09-04 Thread John Drescher
On Thu, Sep 4, 2008 at 11:11 AM, Andreas Schneider <[EMAIL PROTECTED]> wrote: > On Thursday 04 September 2008 16:57:18 Bill Hoffman wrote: >> You don't CMake does not support the relocation of build trees. > > http://www.cmake.org/Wiki/CMake_FAQ#Why_does_CMake_use_full_paths.2C_or_can_I_copy_my_bui

Re: [CMake] Copying directories and build error

2008-09-04 Thread Andreas Schneider
On Thursday 04 September 2008 16:57:18 Bill Hoffman wrote: > You don't CMake does not support the relocation of build trees. http://www.cmake.org/Wiki/CMake_FAQ#Why_does_CMake_use_full_paths.2C_or_can_I_copy_my_build_tree.3F -- andreas -- http://www.cynapses.org/ - cybernetic synapses

Re: [CMake] Copying directories and build error

2008-09-04 Thread Bill Hoffman
Bo Huang wrote: After running CMake to generate Visual Studio project files, I made a copy of C:\myProj to C:\myProjCopy In this copy, I change all references of “C:\myProj” to “C:\myProjCopy” in all .cmake, .txt, and other files. I build but get this: 1>Checking Build

[CMake] Copying directories and build error

2008-09-04 Thread Bo Huang
After running CMake to generate Visual Studio project files, I made a copy of C:\myProj to C:\myProjCopy In this copy, I change all references of "C:\myProj" to "C:\myProjCopy" in all .cmake, .txt, and other files. I build but get this: 1>Checking Build System 1>CMake is re-ru