diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-06-04 01:48:39 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-06-04 10:32:49 -0400 |
commit | be281068806891f725fa82583ffb97112872f618 (patch) | |
tree | 898dea2588ff9e9407f0f30018d78f6a86542d44 /Tests/CPackComponentsForAll | |
parent | f70da4ed836fa40572d2db393b4bf24a87ba3a87 (diff) | |
download | cmake-be281068806891f725fa82583ffb97112872f618.tar.gz |
Fix misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'Tests/CPackComponentsForAll')
-rw-r--r-- | Tests/CPackComponentsForAll/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/CMakeLists.txt b/Tests/CPackComponentsForAll/CMakeLists.txt index f2e4fcd801..e49138a58c 100644 --- a/Tests/CPackComponentsForAll/CMakeLists.txt +++ b/Tests/CPackComponentsForAll/CMakeLists.txt @@ -169,7 +169,7 @@ set(CPACK_RPM_RELOCATION_PATHS "${CMAKE_INSTALL_INCLUDEDIR}" set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") # set some tags for NuGet packages -# 1. all in one pacakge +# 1. all in one package set(CPACK_NUGET_PACKAGE_TAGS "nuget" "unit" "test" "all-in-one") # 2. per component packages set(CPACK_NUGET_APPLICATIONS_PACKAGE_TAGS "nuget" "unit" "test" "applications") |