From 127e85d616ada4a8eb5c4c39782318981f0b30f3 Mon Sep 17 00:00:00 2001 From: Jennifer Oxelson Date: Wed, 19 Jan 2022 14:35:32 -0700 Subject: [PATCH] Update CMakeInstallation.cmake added missing paren --- CMakeInstallation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index d3ecfa02d9..7463420b81 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -58,7 +58,7 @@ IF(WIN32) SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) SET(CPACK_NSIS_MENU_LINKS "https://www.unidata.ucar.edu/software/netcdf" "Unidata Website" - "https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Stable Documentation" + "https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Stable Documentation") ENDIF()