mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
cmLocalGenerator: Remove unused method.
This commit is contained in:
@@ -99,7 +99,6 @@ public:
|
||||
*/
|
||||
void SetIncludeDirective(const std::string& s)
|
||||
{ this->IncludeDirective = s; }
|
||||
const std::string& GetIncludeDirective() { return this->IncludeDirective; }
|
||||
|
||||
/**
|
||||
* Set max makefile variable size, default is 0 which means unlimited.
|
||||
|
||||
Reference in New Issue
Block a user