From 463e466be3efaada0c64beb120b98432e643e480 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 26 Feb 2001 12:07:53 -0500 Subject: ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. --- Source/cmFindLibraryCommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmFindLibraryCommand.h') diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index eca2e60b83..f1e26a28e4 100644 --- a/Source/cmFindLibraryCommand.h +++ b/Source/cmFindLibraryCommand.h @@ -71,6 +71,8 @@ public: return "FIND_LIBRARY(DEFINE libraryName path1 path2 path3...)"; } + + cmTypeMacro(cmFindLibraryCommand, cmCommand); }; -- cgit v1.2.1