Skip to content

Commit

Permalink
Update CMakeInstallation.cmake
Browse files Browse the repository at this point in the history
added missing paren
  • Loading branch information
oxelson authored Jan 19, 2022
1 parent a6646a6 commit 127e85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeInstallation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 127e85d

Please sign in to comment.