From 43691ca7528d4dbf8f26cf3d2e0d1e4bd333078c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 10 Jun 2022 16:41:59 +0200 Subject: CMake: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found by codespell Change-Id: I4907e423b6b345acf82f2d7e0ed62479719d694e Reviewed-by: Jörg Bornemann (cherry picked from commit 04cc705947a4f8e96f98f228a505774293c97840) Reviewed-by: Qt Cherry-pick Bot --- cmake/QtTargetHelpers.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake/QtTargetHelpers.cmake') diff --git a/cmake/QtTargetHelpers.cmake b/cmake/QtTargetHelpers.cmake index b425d1bfa2..246f8fbd2d 100644 --- a/cmake/QtTargetHelpers.cmake +++ b/cmake/QtTargetHelpers.cmake @@ -480,7 +480,7 @@ endif() # INTERFACE libraries don't have IMPORTED_LOCATION-like properties. # OBJECT libraries have properties like IMPORTED_OBJECTS instead. - # Skip the rest of the procesing for those. + # Skip the rest of the processing for those. if(target_type STREQUAL "INTERFACE_LIBRARY" OR target_type STREQUAL "OBJECT_LIBRARY") continue() endif() @@ -664,12 +664,12 @@ endfunction() # # MSVC generates 2 types of pdb files: # - compile-time generated pdb files (compile flag /Zi + /Fd) -# - link-time genereated pdb files (link flag /debug + /PDB:) +# - link-time generated pdb files (link flag /debug + /PDB:) # # CMake allows changing the names of each of those pdb file types by setting # the COMPILE_PDB_NAME_ and PDB_NAME_ properties. If they are # left empty, CMake will compute the default names itself (or rather in certain cases -# leave it up to te compiler), without actually setting the property values. +# leave it up to the compiler), without actually setting the property values. # # For installation purposes, CMake only provides a generator expression to the # link time pdb file path, not the compile path one, which means we have to compute the -- cgit v1.2.3