mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 20:50:43 -06:00
GHS: Remove unused CustomCommandUseLocal.
This was copied from the VS generator. It is not an override of a base class method.
This commit is contained in:
@@ -33,9 +33,6 @@ public:
|
||||
* Generate the makefile for this directory.
|
||||
*/
|
||||
virtual void Generate();
|
||||
|
||||
protected:
|
||||
virtual bool CustomCommandUseLocal() const { return true; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user