diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-15 00:12:53 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-15 00:20:16 +0200 |
commit | c8f8f16541f3ac6af3397f3a78ee68fc963af151 (patch) | |
tree | df2cf4d6b97caaf3532e992bf7bbec127d1f0a28 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 9f299a1225798f6485ab77c9140bf9c1d589e2fe (diff) | |
download | cmake-c8f8f16541f3ac6af3397f3a78ee68fc963af151.tar.gz |
cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 82dedbd07f..fb5ac2ff98 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. |