summaryrefslogtreecommitdiff
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-08 20:49:25 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-08 20:49:25 -0500
commit14e25b614dd40ac66805c10f9a6b8adf33ba4348 (patch)
tree53766c09cc021405350357dd0bf8257516f134ea /Source/cmUnixMakefileGenerator.h
parent29ef6452729e38e254a98889642a27b1239b6b1e (diff)
downloadcmake-14e25b614dd40ac66805c10f9a6b8adf33ba4348.tar.gz
WAR: remove warning
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h2
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;