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