summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-14 22:12:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-14 22:20:16 (GMT)
commitc8f8f16541f3ac6af3397f3a78ee68fc963af151 (patch)
treedf2cf4d6b97caaf3532e992bf7bbec127d1f0a28 /Source/cmLocalUnixMakefileGenerator3.h
parent9f299a1225798f6485ab77c9140bf9c1d589e2fe (diff)
downloadCMake-c8f8f16541f3ac6af3397f3a78ee68fc963af151.zip
CMake-c8f8f16541f3ac6af3397f3a78ee68fc963af151.tar.gz
CMake-c8f8f16541f3ac6af3397f3a78ee68fc963af151.tar.bz2
cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 82dedbd..fb5ac2f 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -131,7 +131,7 @@ public:
void WriteSpecialTargetsTop(std::ostream& makefileStream);
void WriteSpecialTargetsBottom(std::ostream& makefileStream);
- std::string GetRelativeTargetDirectory(cmTarget const& target);
+ std::string GetRelativeTargetDirectory(cmGeneratorTarget* target);
// File pairs for implicit dependency scanning. The key of the map
// is the depender and the value is the explicit dependee.