[cmake-developers] [CMake 0015752]: CPackRPM leave @PROTECTED_AT@ in rpm spec

2015-09-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15752 == Reported By:danblack Assigned To:

[cmake-developers] [PATCH] CPack: add a new setting, CPACK_VERBATIM_VARIABLES

2015-09-20 Thread Роман Донченко
If it's set to a true value, CPack will escape all variables for the CMake parser when writing them out to configuration files. This parallels the VERBATIM argument to add_custom_command. The cpack_encode_variables macro is changed into a function to remove scope pollution. There should be no othe

Re: [cmake-developers] [PATCH] CPack: add a new setting, CPACK_VERBATIM_VARIABLES

2015-09-20 Thread Domen Vrankar
2015-09-20 20:03 GMT+02:00 Роман Донченко : > If it's set to a true value, CPack will escape all variables for the CMake > parser when writing them out to configuration files. This parallels the > VERBATIM argument to add_custom_command. > > The cpack_encode_variables macro is changed into a functi