[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: 1Checking Build System 1CMake is re-running

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: 1Checking Build

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 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.

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.