summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-08-28 17:42:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-08-28 17:43:48 (GMT)
commit9da844d8cbbd2c525265a551421dbf126ef328d1 (patch)
tree9fd769530113738b78a66da8a6cf97089543266e /Source/cmMakefileLibraryTargetGenerator.cxx
parent6f7c96fb178a290934b5b91c919ddff143d8b542 (diff)
parent50fbfee3a02e7099a3909d81597f4b8047847ece (diff)
downloadCMake-9da844d8cbbd2c525265a551421dbf126ef328d1.zip
CMake-9da844d8cbbd2c525265a551421dbf126ef328d1.tar.gz
CMake-9da844d8cbbd2c525265a551421dbf126ef328d1.tar.bz2
Merge topic 'lg-directory'
50fbfee3a0 cmLocalGenerator: return directories as const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2309
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileLibraryTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx
index 2c565b8..2d2915c 100644
--- a/Source/cmMakefileLibraryTargetGenerator.cxx
+++ b/Source/cmMakefileLibraryTargetGenerator.cxx
@@ -635,7 +635,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
if (this->GeneratorTarget->GetType() != cmStateEnums::STATIC_LIBRARY) {
libCleanFiles.push_back(this->LocalGenerator->MaybeConvertToRelativePath(
this->LocalGenerator->GetCurrentBinaryDirectory(),
- (targetFullPath + ".manifest").c_str()));
+ targetFullPath + ".manifest"));
}
#endif