Re: [CMake] Specifying build directory

2010-02-18 Thread John Drescher
On Thu, Feb 18, 2010 at 2:38 AM, Anders Backman wrote: > Hi all. > Im using latest (2.8 CMake) under Windows, VisualStudio 2008. > > When I mix x86 and x64 builds, I would like to separate the actual output > directory for the builds so that I dont get problems about mixing build > types. > Right

Re: [CMake] Specifying build directory

2010-02-18 Thread Ryan Pavlik
You should do an out-of-source build, and have a separate build directory for each configuration. http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F Ryan On Thu, Feb 18, 2010 at 1:38 AM, Anders Backman wrote: > Hi all. > > Im using latest (2.8 CMake) under Windows, Visu

[CMake] Specifying build directory

2010-02-17 Thread Anders Backman
Hi all. Im using latest (2.8 CMake) under Windows, VisualStudio 2008. When I mix x86 and x64 builds, I would like to separate the actual output directory for the builds so that I dont get problems about mixing build types. Right now, the obj files etc is created in: src\foo.dir\Debug no matter