From 2f49a5f855652c6aa3a4d4e8e7784d675a282b63 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 19 Aug 2008 16:18:33 +0000 Subject: [PATCH] cgal.com -> cgal.org. --- Installation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 6568b2b91f3..cc03ec06afa 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -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()