mirror of https://gitee.com/bigwinds/arangodb
Fix windows build: CPACK_SET_DESTDIR doesn't work with CPACK NSIS
This commit is contained in:
parent
d0296b38e9
commit
74b70bf60f
|
@ -284,7 +284,9 @@ else ()
|
|||
endif ()
|
||||
|
||||
# Build package ----------------------------------------------------------------
|
||||
set(CPACK_SET_DESTDIR ON)
|
||||
if (NOT(MSVC))
|
||||
set(CPACK_SET_DESTDIR ON)
|
||||
endif()
|
||||
|
||||
# General
|
||||
set(CPACK_PACKAGE_NAME "arangodb")
|
||||
|
|
Loading…
Reference in New Issue