You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Chug Rolke <cr...@redhat.com> on 2015/06/29 20:48:47 UTC

Review Request 36012: On Windows create all executables co-located with qpid libraries

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36012/
-----------------------------------------------------------

Review request for qpid.


Bugs: qpid-6611
    https://issues.apache.org/jira/browse/qpid-6611


Repository: qpid


Description
-------

Qpid creates executable files in many folders in the build tree. Simple programs like hello_world.exe don't execute in the folder in which it is created. This patch creates them all where they are most likely to run. They will be integrated with Visual Studio and files from different configurations will not overlap. That is the output files will be in <build>\src\Debug, <build>\src\RelWithDebInfo, and so on.


Diffs
-----

  trunk/qpid/cpp/CMakeLists.txt 1682976 
  trunk/qpid/cpp/bindings/qmf2/examples/cpp/CMakeLists.txt 1682976 
  trunk/qpid/cpp/examples/messaging/CMakeLists.txt 1682976 
  trunk/qpid/cpp/src/tests/CMakeLists.txt 1682976 

Diff: https://reviews.apache.org/r/36012/diff/


Testing
-------

No difference in ctest behavior for windows or for linux builds.


Thanks,

Chug Rolke