From a1925da2a5f7d544c39b11f346369b5ac0fe055d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Wed, 22 May 2024 10:24:03 +0200 Subject: [PATCH] Fix contact name encoding (cherry picked from commit 698e790f80ce3dffe2a54d3181804a0fdc40aae7) --- cmake/packaging.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)