summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-27 15:15:00 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-30 14:30:28 (GMT)
commit11fb377eb96e6a90ea96126a2d22739f6983182a (patch)
treecc8fe442a45be9f018e9fe6ed0b9754ee2926f73 /Source/cmLocalUnixMakefileGenerator3.cxx
parentbe7857f40d4cee1cd3de6900c9de6b45cb332fe7 (diff)
downloadCMake-11fb377eb96e6a90ea96126a2d22739f6983182a.zip
CMake-11fb377eb96e6a90ea96126a2d22739f6983182a.tar.gz
CMake-11fb377eb96e6a90ea96126a2d22739f6983182a.tar.bz2
cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory const
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 1d87e93..c50989e 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -809,7 +809,7 @@ void cmLocalUnixMakefileGenerator3::WriteConvenienceRule(
}
std::string cmLocalUnixMakefileGenerator3::GetRelativeTargetDirectory(
- cmGeneratorTarget* target)
+ cmGeneratorTarget const* target) const
{
std::string dir =
cmStrCat(this->HomeRelativeOutputPath, this->GetTargetDirectory(target));