mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -31,8 +31,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "include_directories"; }
|
||||
|
||||
cmTypeMacro(cmIncludeDirectoryCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
// used internally
|
||||
void GetIncludes(const std::string& arg, std::vector<std::string>& incs);
|
||||
|
||||
Reference in New Issue
Block a user