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 helping you avoid name clashes.

Is there a reason you need to put them in a certain place? Or do you just
want to have the same organization as you had before adopting CMake? Or...?

HTH,
David


On Wed, Jan 12, 2011 at 6:54 AM, Andrea Galeazzi <galea...@korg.it> wrote:

> 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-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to