Skip to content

Commit

Permalink
fix(packaging): use project version for cpack package version (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 20, 2024
1 parent 17c4b26 commit 8d994b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/packaging/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# common cpack options
set(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME})
set(CPACK_PACKAGE_VENDOR "LizardByte")
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_PACKAGE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/cpack_artifacts)
set(CPACK_PACKAGE_CONTACT "https://app.lizardbyte.dev")
set(CPACK_PACKAGE_DESCRIPTION ${CMAKE_PROJECT_DESCRIPTION})
Expand Down

0 comments on commit 8d994b9

Please sign in to comment.