From 69787cb124bdf58fc3e7ad5ac7d6d0881f962e8c 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 [ROCm/rocprofiler-compute commit: 7bb4f9430ac23ce0e25933d19c22ae6f249dbb6e] --- projects/rocprofiler-compute/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 12c786c97a..4dec2d1c3d 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/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) +