File: CPackProperties.cmake.in

package info (click to toggle)
grfcodec 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,144 kB
  • sloc: cpp: 12,575; ansic: 748; perl: 95; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
# Make the current version available to CPack
set(CPACK_PACKAGE_VERSION "@GIT_VERSION@")

# Name the output file with the correct version
string(REPLACE "#CPACK_PACKAGE_VERSION#" "${CPACK_PACKAGE_VERSION}" CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}")