-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18649/
-----------------------------------------------------------
Review request for qpid.
Bugs: qpid-5589
https://issues.apache.org/jira/browse/qpid-5589
Repository: qpid
Description
-------
Depending on where Python is installed on windows then qpid 'make install'
fails. This patch
1. Makes the install optional.
2. Escapes spaces in the install path name so that installations to "Program
Files" work.
Diffs
-----
trunk/qpid/cpp/managementgen/CMakeLists.txt 1573098
Diff: https://reviews.apache.org/r/18649/diff/
Testing
-------
Installation can be skipped using the option. Installation succeeds with space
in python path name.
Thanks,
Chug Rolke