summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-02-01 13:04:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-02-01 13:05:33 (GMT)
commitf8ca0ab3ac858730874176bf332808061fe179c6 (patch)
tree4aa58a0ff03b4713940fc41fcf81196017e35a5d /Source/cmGlobalGhsMultiGenerator.cxx
parent3ffc9b99bb20b56d5dc232fee8c988aa34474a2f (diff)
parent653b894683abe63233cb8679b34ea39d9017e317 (diff)
downloadCMake-f8ca0ab3ac858730874176bf332808061fe179c6.zip
CMake-f8ca0ab3ac858730874176bf332808061fe179c6.tar.gz
CMake-f8ca0ab3ac858730874176bf332808061fe179c6.tar.bz2
Merge topic 'std-string-apis'
653b8946 Reduce raw string pointers usage. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1729
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.cxx')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.cxx b/Source/cmGlobalGhsMultiGenerator.cxx
index 788a179..946ed80 100644
--- a/Source/cmGlobalGhsMultiGenerator.cxx
+++ b/Source/cmGlobalGhsMultiGenerator.cxx
@@ -447,8 +447,8 @@ void cmGlobalGhsMultiGenerator::UpdateBuildFiles(
this->TargetFolderBuildStreams.find(folderName)) {
this->AddFilesUpToPath(
GetBuildFileStream(), &this->TargetFolderBuildStreams,
- this->GetCMakeInstance()->GetHomeOutputDirectory(), folderName,
- GhsMultiGpj::PROJECT);
+ this->GetCMakeInstance()->GetHomeOutputDirectory().c_str(),
+ folderName, GhsMultiGpj::PROJECT);
}
std::vector<cmsys::String> splitPath = cmSystemTools::SplitString(
cmGhsMultiTargetGenerator::GetRelBuildFileName(tgt));