Skip to content

Commit

Permalink
CICD: Fix cmake env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Sep 27, 2023
1 parent e47a364 commit dd48d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ set(CPACK_PACKAGE_VENDOR "X-L-R-G-B")
include(InstallRequiredSystemLibraries)

set(CPACK_PACKAGE_NAME "R-Type")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_SYSTEM_NAME}")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CMAKE_SYSTEM_NAME}")
set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_VERSION_PATCH}")
Expand Down

0 comments on commit dd48d0c

Please sign in to comment.