From a3a71733e49a3128126933f6acf9261c808d3565 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 14 Feb 2021 10:38:48 +0100 Subject: [PATCH] Set CPACK_VERBATIM_VARIABLES to true in the CMakeLists.txt file. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c066e..2ccac91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ if(MINGW OR MSVC) endif() # CPack configuration +set(CPACK_VERBATIM_VARIABLES TRUE) string(TIMESTAMP TIME "%Y.%m+%d") set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}-${TIME}") set(CPACK_PACKAGE_VENDOR "Contributor(s)")