mirror of https://gitee.com/bigwinds/arangodb
fix windows package filenames
This commit is contained in:
parent
e24dcb1ee9
commit
1f12a95be6
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue