WAR: remove warning

This commit is contained in:
Bill Hoffman 2001-12-08 20:49:25 -05:00
parent 29ef645272
commit 14e25b614d
1 changed files with 1 additions and 1 deletions

View File

@ -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;