diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-08 20:49:25 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-08 20:49:25 -0500 |
commit | 14e25b614dd40ac66805c10f9a6b8adf33ba4348 (patch) | |
tree | 53766c09cc021405350357dd0bf8257516f134ea /Source | |
parent | 29ef6452729e38e254a98889642a27b1239b6b1e (diff) | |
download | cmake-14e25b614dd40ac66805c10f9a6b8adf33ba4348.tar.gz |
WAR: remove warning
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index b5a3901c52..e7f771e5c1 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -165,7 +165,7 @@ protected: void SetSharedLibraryExtension(const char* e) {m_SharedLibraryExtension = e;} void SetLibraryPrefix(const char* e) { m_LibraryPrefix = e;} virtual std::string ConvertToNativePath(const char* s) { return s; } - std::string cmUnixMakefileGenerator::CreateTargetRules(const cmTarget &target, + std::string CreateTargetRules(const cmTarget &target, const char* targetName); protected: std::string m_ExecutableOutputPath; |