mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
windows installer
This commit is contained in:
parent
b870bcee0f
commit
abaad215ce
@ -284,6 +284,9 @@ if(UNIX)
|
||||
endif(UNIX)
|
||||
if(WIN32)
|
||||
set(CPACK_GENERATOR "NSIS")
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "netgen 6.1-dev")
|
||||
set(CPACK_INSTALL_PREFIX "")
|
||||
set(CPACK_PACKAGING_INSTALL_PREFIX "")
|
||||
endif(WIN32)
|
||||
|
||||
include(CPack)
|
||||
|
Loading…
Reference in New Issue
Block a user