No subject


Tue Nov 1 15:57:14 EDT 2011


#  CPACK_PACKAGE_FILE_NAME - The name of the package file to generate,
#  not including the extension. For example, cmake-2.6.1-Linux-i686.
#  The default value is
#  ${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}.

The default should already include the version number. Perhaps you
could simply encode your build number into your CPACK_PACKAGE_VERSION
value, and it then the rest would be automatic.


HTH,
David


More information about the CMake mailing list