|
@@ -130,7 +130,7 @@ INCLUDE(InstallRequiredSystemLibraries)
|
|
if ( PLATFORM )
|
|
if ( PLATFORM )
|
|
set(CPACK_PACKAGE_NAME "hpccsystems-platform")
|
|
set(CPACK_PACKAGE_NAME "hpccsystems-platform")
|
|
else()
|
|
else()
|
|
- set(CPACK_PACKAGE_NAME "hpccsystems-clienttools")
|
|
|
|
|
|
+ set(CPACK_PACKAGE_NAME "hpccsystems-clienttools-${majorver}.${minorver}")
|
|
endif()
|
|
endif()
|
|
SET(CPACK_PACKAGE_VERSION_MAJOR ${majorver})
|
|
SET(CPACK_PACKAGE_VERSION_MAJOR ${majorver})
|
|
SET(CPACK_PACKAGE_VERSION_MINOR ${minorver})
|
|
SET(CPACK_PACKAGE_VERSION_MINOR ${minorver})
|