Skip to content
  • Nils Gladitz's avatar
    CPack: don't write internal variables to CPackConfig.cmake · 7621ad6e
    Nils Gladitz authored
    The internal variables CPACK_ADDCOMP_COMPONENTS,
    CPACK_ADDCOMP_STR and CPACK_ADDCOMP_UNAME were being needlessly
    exported to CPackConfig.cmake.
    Prefixing them with an underscore prevents this.
    
    CPACK_ADDCOMP_STR was particularily problematic since it contains
    unescaped quotes.
    7621ad6e