Re: [CMake] redirect object output directory

2011-01-12 Thread Andrea Galeazzi
David Cole ha scritto: It is *possible*, but you would have to change the source code to CMake... We select directories on a per-target basis to avoid name clashes between object files named the same but from different targets. There is no way to adjust it as a project CMakeLists w

Re: [CMake] redirect object output directory

2011-01-12 Thread David Cole
It is *possible*, but you would have to change the source code to CMake... We select directories on a per-target basis to avoid name clashes between object files named the same but from different targets. There is no way to adjust it as a project CMakeLists writer... intentionally. We view it as

[CMake] redirect object output directory

2011-01-12 Thread Andrea Galeazzi
Is it possible to change the default path (project.dir) where the object files (.o or .obj) are put? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-