Set CPACK_VERBATIM_VARIABLES to true in the CMakeLists.txt file.
This commit is contained in:
parent
cb657ad455
commit
a3a71733e4
|
@ -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)")
|
||||
|
|
Loading…
Reference in New Issue