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:
@@ -74,6 +74,8 @@ public:
|
||||
"The directories can use built in definitions like \n"
|
||||
"CMAKE_BINARY_DIR and CMAKE_SOURCE_DIR.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmLinkDirectoriesCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user