We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e994a commit 2965d76Copy full SHA for 2965d76
pkg/CMakeLists.txt
@@ -51,8 +51,7 @@ if (NOT CPACK_PACKAGE_CONTACT OR CPACK_PACKAGE_CONTACT STREQUAL "")
51
if (GIT_USER_NAME AND GIT_USER_EMAIL)
52
message(STATUS "Maintainer contact for packages is not specified "
53
"- using a name and email from the git configuration")
54
- string(CONCAT CPACK_PACKAGE_CONTACT
55
- ${GIT_USER_NAME} " <" ${GIT_USER_EMAIL} ">")
+ set(CPACK_PACKAGE_CONTACT "${GIT_USER_NAME} <${GIT_USER_EMAIL}>")
56
endif()
57
58
0 commit comments