From 7bb4f9430ac23ce0e25933d19c22ae6f249dbb6e Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 18 Apr 2024 11:04:35 -0500 Subject: [PATCH] remove commented out tarball packaging Signed-off-by: Karl W Schulz --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12c786c97a..4dec2d1c3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -370,7 +370,4 @@ message(STATUS " package dependencies: ${PACKAGE_REQUIRES}") set(CPACK_RPM_PACKAGE_REQUIRES ${PACKAGE_REQUIRES}) include(CPack) -# # 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) +