diff options
author | Brad King <brad.king@kitware.com> | 2023-11-17 16:35:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 16:35:41 (GMT) |
commit | cdd741ebf997ffdbf7408e6e8ec5701c2389ffda (patch) | |
tree | a1b2e9697462965368777b1f433ba6a0f61b7458 /Source/Modules | |
parent | 6f8532fbfac3912fcb0e8729d549f2bfb045c64e (diff) | |
parent | 9283b206593197d56662b4696691fd274729a100 (diff) | |
download | CMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.zip CMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.tar.gz CMake-cdd741ebf997ffdbf7408e6e8ec5701c2389ffda.tar.bz2 |
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
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 94896ab..4e7f0fe 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() |