summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-22 15:35:34 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-22 17:38:18 (GMT)
commitb41b30f16e1ae2c8248321dbf51347b7a4b90d30 (patch)
treeb99773a7e7667b9568b1159aa0673e70dc0bfb91 /Source/cmGlobalGhsMultiGenerator.h
parentf2d97c1cdf06f8575d0b23130db4ffa725ca5161 (diff)
downloadCMake-b41b30f16e1ae2c8248321dbf51347b7a4b90d30.zip
CMake-b41b30f16e1ae2c8248321dbf51347b7a4b90d30.tar.gz
CMake-b41b30f16e1ae2c8248321dbf51347b7a4b90d30.tar.bz2
Update use of KWSys SystemTools::SplitString for new signature
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h
index 30d4d3b..ef1b66f 100644
--- a/Source/cmGlobalGhsMultiGenerator.h
+++ b/Source/cmGlobalGhsMultiGenerator.h
@@ -112,9 +112,8 @@ private:
static void AddFilesUpToPathAppendNextFile(
std::map<std::string, cmGeneratedFileStream*>* targetFolderBuildStreams,
std::string const& pathUpTo,
- std::vector<cmsys::String>::const_iterator splitPathI,
- std::vector<cmsys::String>::const_iterator end,
- GhsMultiGpj::Types projType);
+ std::vector<std::string>::const_iterator splitPathI,
+ std::vector<std::string>::const_iterator end, GhsMultiGpj::Types projType);
static std::string GetFileNameFromPath(std::string const& path);
void UpdateBuildFiles(const std::vector<cmGeneratorTarget*>& tgts);
bool IsTgtForBuild(const cmGeneratorTarget* tgt);