restore tarball generation that was inadvertently removed during
packaging updates Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
committed by
Karl W. Schulz
orang tua
6fdd6190bf
melakukan
624aeacf31
@@ -406,4 +406,17 @@ if(INSTALL_TESTS)
|
||||
set(CPACK_RPM_TESTS_PACKAGE_REQUIRES ${CPACK_PACKAGE_NAME})
|
||||
endif()
|
||||
|
||||
# Source tarball
|
||||
set(CPACK_SOURCE_GENERATOR "TGZ")
|
||||
set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${FULL_VERSION_STRING})
|
||||
set(CPACK_SOURCE_IGNORE_FILES
|
||||
".*~$"
|
||||
\.git/
|
||||
\.github
|
||||
\.gitmodules
|
||||
\.gitignore
|
||||
/tests
|
||||
/build)
|
||||
include(CPack)
|
||||
|
||||
include(CPack)
|
||||
|
||||
Reference in New Issue
Block a user