mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
return
|
||||
"LIBRARY(libraryname)";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmLibraryCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user