From 45a3c6584ef45d0f44052fa43d7dd722cc66a602 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 10 Nov 2022 16:07:43 -0600 Subject: [PATCH] include version string verbatim in source tarball name Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 5b33598a2d129e3c4e68f0a77a5771a93f1e7e91] --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index ea389c7833..3ddf8b5341 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -272,7 +272,7 @@ install( # Source tarball set(CPACK_SOURCE_GENERATOR "TGZ") -set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) +set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CMAKE_PROJECT_NAME}-${FULL_VERSION_STRING}) set(CPACK_SOURCE_IGNORE_FILES ".*~$" \.git/