Minor win install change
This commit is contained in:
parent
79a840e820
commit
e087fbd7eb
|
@ -305,6 +305,7 @@ if(UNIX)
|
|||
set(CPACK_STRIP_FILES breakhack)
|
||||
set(CPACK_SOURCE_STRIP_FILES "")
|
||||
elseif(WIN32)
|
||||
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
|
||||
set(CPACK_GENERATOR NSIS ZIP)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue