Set CPACK_VERBATIM_VARIABLES to true in the CMakeLists.txt file.

This commit is contained in:
git 2021-02-14 10:38:48 +01:00
parent cb657ad455
commit a3a71733e4
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -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)")