summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-11-04 13:01:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-11-04 13:02:02 (GMT)
commit30be83c8a24b1543e4b1d0fa4de3375c1a00cb6e (patch)
tree1fd4efbf9746634d2020b0b98d70b44f6ba3f41e /Source/cmNinjaTargetGenerator.cxx
parent909f435b9302f0cd02a73f34bc3316a8e1620bae (diff)
parent73b84db62d30c8eaa4cde73de6bcb5da1ef27ae6 (diff)
downloadCMake-30be83c8a24b1543e4b1d0fa4de3375c1a00cb6e.zip
CMake-30be83c8a24b1543e4b1d0fa4de3375c1a00cb6e.tar.gz
CMake-30be83c8a24b1543e4b1d0fa4de3375c1a00cb6e.tar.bz2
Merge topic 'ninja-pdb-dir'
73b84db62d Ninja: Fix creation of Windows import library directory bd36735f65 cmNinjaTargetGenerator: Replace "their" with "there" in comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6694
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index 2c45e1b..231433f 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -1755,7 +1755,7 @@ void cmNinjaTargetGenerator::EnsureDirectoryExists(
} else {
cmGlobalNinjaGenerator* gg = this->GetGlobalGenerator();
std::string fullPath = gg->GetCMakeInstance()->GetHomeOutputDirectory();
- // Also ensures their is a trailing slash.
+ // Also ensures there is a trailing slash.
gg->StripNinjaOutputPathPrefixAsSuffix(fullPath);
fullPath += path;
cmSystemTools::MakeDirectory(fullPath);