In my recent "spree" of cmake changes I changed where generated code
gets made.

It now gets created in the build tree and not the source tree. 
In theory at least, this means that with a cmake build you can keep your
source tree completely pristine whilst doing many builds out of it.

The main thing that makes this not 100% true is the python tests which
will create .pyc byte code files when you run python code in the the
source tree.

Andrew


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to