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()