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 /Source/Modules | |
parent | f2776ac063e45fea91e4d496a910a0a6d10ed064 (diff) | |
download | CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Source/Modules')
-rw-r--r-- | Source/Modules/CMakeBuildUtilities.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Modules/CMakeBuildUtilities.cmake b/Source/Modules/CMakeBuildUtilities.cmake index c891fe9..21f04e6 100644 --- a/Source/Modules/CMakeBuildUtilities.cmake +++ b/Source/Modules/CMakeBuildUtilities.cmake @@ -4,7 +4,7 @@ # Originally it was a macro in the root `CMakeLists.txt` with the comment # "Simply to improve readability...". # However, as part of the modernization refactoring it was moved into a -# separate file cuz adding library alises wasn't possible inside the +# separate file cuz adding library aliases wasn't possible inside the # macro. #----------------------------------------------------------------------- @@ -170,7 +170,7 @@ else() CMAKE_SET_TARGET_FOLDER(cmcurl "Utilities/3rdParty") CMAKE_SET_TARGET_FOLDER(LIBCURL "Utilities/3rdParty") if(NOT CMAKE_USE_SYSTEM_NGHTTP2) - # Configure after curl to re-use some check results. + # Configure after curl to reuse some check results. add_subdirectory(Utilities/cmnghttp2) CMAKE_SET_TARGET_FOLDER(cmnghttp2 "Utilities/3rdParty") endif() |