CMake/Tests/RunCMake/CPackConfig
Roman Donchenko 2a7772ff4c CPack: don't mangle CMake-special characters when applying default settings
Mangling is prevented by using a function instead of a macro for setting
default value of some CPack variables. Function is meant for internal use
in CPack.cmake only.
Old macro is deprecated but kept for backwards compatibility - was
intended for internal use only as it can't be used for CPack after
CPack.cmake script is included.
Patch removes local workarounds that were required by old macro,
fixes default setting of variables that by default inherit value from
another variable that already went through old default setting macro
(e.g. value of CPACK_PACKAGE_INSTALL_REGISTRY_KEY caused error for
wrong escapes if CPACK_PACKAGE_INSTALL_DIRECTORY contained escaped
back slashes) and provides a test for correct escaping of characters.
2015-09-09 22:21:07 +02:00
..
CMakeLists.txt CPack generator independent tests 2015-08-28 08:07:52 +02:00
Default-check.cmake CPack: don't mangle CMake-special characters when applying default settings 2015-09-09 22:21:07 +02:00
Default.cmake CPack: don't mangle CMake-special characters when applying default settings 2015-09-09 22:21:07 +02:00
RunCMakeTest.cmake CPack: don't mangle CMake-special characters when applying default settings 2015-09-09 22:21:07 +02:00
Simple-check.cmake CPack generator independent tests 2015-08-28 08:07:52 +02:00
Simple.cmake CPack generator independent tests 2015-08-28 08:07:52 +02:00
check.cmake CPack: don't mangle CMake-special characters when applying default settings 2015-09-09 22:21:07 +02:00