Skip to content

Commit 698e790

Browse files
committed
Fix contact name encoding
1 parent 9e46ae3 commit 698e790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
2-
set(CPACK_PACKAGE_CONTACT "Luis Díaz Más <[email protected]>")
2+
set(CPACK_PACKAGE_CONTACT "Luis Díaz Más <[email protected]>")
33
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
44

55
set(CPACK_SOURCE_GENERATOR TGZ)

0 commit comments

Comments
 (0)