From 967ca626e8c6c8b577f77295acf19c374b74c493 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 9 Feb 2015 15:42:52 +0100 Subject: [PATCH] Fixed CMake warning and typo. --- scripts/cmake/packaging/PackagingWin.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cmake/packaging/PackagingWin.cmake b/scripts/cmake/packaging/PackagingWin.cmake index 87a16027fc0..695d5a2115a 100644 --- a/scripts/cmake/packaging/PackagingWin.cmake +++ b/scripts/cmake/packaging/PackagingWin.cmake @@ -13,8 +13,7 @@ SET(CPACK_NSIS_HELP_LINK "http://docs.opengeosys.org/assets/files/Documentation/ SET(CPACK_NSIS_MENU_LINKS "bin" "Executables folder" "http://www.opengeosys.org" "Website" - "https://github.com/ufz/ogs" "Source code on GitFHub" - PARENT_SCOPE + "https://github.com/ufz/ogs" "Source code on GitHub" ) IF(OGS_DOWNLOAD_ADDITIONAL_CONTENT) SET(CPACK_NSIS_MENU_LINKS ${CPACK_NSIS_MENU_LINKS} "docs" "Documentation folder" PARENT_SCOPE) -- GitLab