diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index db50f739a0..9204c9824f 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -1,5 +1,5 @@ set(CPACK_PACKAGE_NAME "${PROJECT_NAME}") -set(CPACK_PACKAGE_CONTACT "Luis Díaz Más ") +set(CPACK_PACKAGE_CONTACT "Luis Díaz Más ") set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) set(CPACK_SOURCE_GENERATOR TGZ)