Tutorial: Package only one source archive

This commit is contained in:
Joachim Wuttke (h)
2021-11-27 17:56:36 +01:00
committed by Brad King
parent 9b6ad5d528
commit 44c527bc63
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -70,4 +70,5 @@ include(InstallRequiredSystemLibraries)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
set(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
set(CPACK_SOURCE_GENERATOR "TGZ")
include(CPack)