cgal.com -> cgal.org.

This commit is contained in:
Sylvain Pion 2008-08-19 16:18:33 +00:00
parent a9e6b6fdfc
commit 2f49a5f855
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ if( WITH_CPACK AND EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake" )
#set(CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\CGAL.exe")
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY} Computational Geometry Algorithms Library")
set(CPACK_NSIS_HELP_LINK "http:\\\\\\\\www.cgal.org")
set(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\www.cgal.com")
set(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\www.cgal.org")
set(CPACK_NSIS_CONTACT "info@cgal.org")
set(CPACK_NSIS_MODifY_PATH ON)
else()