mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
Make cmCommand not inherit from cmObject
This commit is contained in:
@@ -39,8 +39,6 @@ public:
|
||||
*/
|
||||
std::string GetName() const CM_OVERRIDE { return "find_program"; }
|
||||
|
||||
cmTypeMacro(cmFindProgramCommand, cmFindBase);
|
||||
|
||||
private:
|
||||
std::string FindProgram();
|
||||
std::string FindNormalProgram();
|
||||
|
||||
Reference in New Issue
Block a user