Skip to content

Commit 1a9a076

Browse files
authored
Update CMakeLists.txt
1 parent 3f9dd73 commit 1a9a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
272272

273273
# Create a source tar.gz suitable for GitHub Releases and FetchContent_Declare
274274
set(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
275-
set(CPACK_SOURCE_PACKAGE_FILE_NAME "v${PROJECT_VERSION}")
275+
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}")
276276
set(CPACK_SOURCE_TOPLEVEL_TAG OFF)
277277

278278
# Ignore typical build and VCS artifacts in the source package

0 commit comments

Comments
 (0)