CPACKPACKAGECONTACT
CPACKPACKAGECONTACT is a variable used within the CMake build system, specifically in the CPack component. CPack is a tool for generating installers for projects built with CMake. The CPACKPACKAGECONTACT variable is intended to store contact information for the creator or maintainer of the package. This information is then typically included in the generated installer, providing users with a way to get in touch for support, bug reports, or other inquiries.
When defining the CPack configuration within a CMakeLists.txt file, developers can set CPACKPACKAGECONTACT to a string
Setting CPACKPACKAGECONTACT is a good practice for software distribution as it facilitates communication between users and