diff options
author | Brad King <brad.king@kitware.com> | 2023-11-16 15:37:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 14:58:21 (GMT) |
commit | 2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch) | |
tree | 35ee84cee04924eb7112971ebff1e5b80d818b90 /CMakeCPackOptions.cmake.in | |
parent | f2776ac063e45fea91e4d496a910a0a6d10ed064 (diff) | |
download | CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r-- | CMakeCPackOptions.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index f354362..7aacf8e 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -5,7 +5,7 @@ if(CPACK_GENERATOR MATCHES "NSIS") set(CPACK_NSIS_INSTALL_ROOT "@CPACK_NSIS_INSTALL_ROOT@") - # set the install/unistall icon used for the installer itself + # set the install/uninstall icon used for the installer itself # There is a bug in NSI that does not handle full unix paths properly. set(CPACK_NSIS_MUI_ICON "@CMake_SOURCE_DIR@/Utilities/Release\\CMakeLogo.ico") set(CPACK_NSIS_MUI_UNIICON "@CMake_SOURCE_DIR@/Utilities/Release\\CMakeLogo.ico") |