1
0
Fork 0

Fix windows build: CPACK_SET_DESTDIR doesn't work with CPACK NSIS

This commit is contained in:
Wilfried Goesgens 2016-04-12 19:08:06 +02:00
parent d0296b38e9
commit 74b70bf60f
1 changed files with 3 additions and 1 deletions

View File

@ -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")