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