mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
return
|
||||
"FIND_PROGRAM(NAME executable1 executable2 ...)";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmFindProgramCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user