mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
This commit is contained in:
@@ -75,6 +75,8 @@ public:
|
||||
"UNIX_DEFINES(-DFOO -DBAR)\n"
|
||||
"Add -D flags to the command line for Unix only.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmUnixDefinesCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user