mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
"This will cause any CMakeLists.txt files in the sub directories\n"
|
||||
"to be processed by CMake.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmSubdirCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user