Skip to content
  • Roman Donchenko's avatar
    Introduction of CPACK_VERBATIM_VARIABLES variable · bc2e54db
    Roman Donchenko authored and Domen Vrankar's avatar Domen Vrankar committed
    If variable is set to TRUE, values of all variables prefixed with CPACK_
    will be escaped so special characters such as dolar sign, quotes or
    foreward slash will not be lost. By default variable is treated as set
    to FALSE for back compatibility.
    
    The cpack_encode_variables macro is changed into a function to remove
    scope pollution. There should be no other effects.
    bc2e54db