Skip to content

Commit

Permalink
chore: Update CPack RPM file name in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Jul 25, 2024
1 parent 480101f commit 8bb5341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,5 @@ endif()
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr")
set(CPACK_RPM_SOURCE_PKG_PACKAGING_INSTALL_PREFIX "/usr")
set(CPACK_RPM_PACKAGE_RELEASE_DIST ON)
set(CPACK_RPM_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_RELEASE}")

include(CPack)

0 comments on commit 8bb5341

Please sign in to comment.