1
0
Fork 0

fix windows package filenames

This commit is contained in:
Wilfried Goesgens 2017-03-03 10:48:06 +01:00
parent e24dcb1ee9
commit 1f12a95be6
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ elseif ("${PACKAGING}" STREQUAL "Bundle")
include(packages/bundle)
include(packages/tar)
elseif (MSVC)
if (${USE_ENTERPRISE})
set(CPACK_PACKAGE_NAME "ArangoDB3e")
else()
set(CPACK_PACKAGE_NAME "ArangoDB3")
endif()
if (CMAKE_CL_64)
SET(ARANGODB_PACKAGE_ARCHITECTURE "win64")
else ()