From db12c17017ec8b5af121fc1c75eec63003c5ef1d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 13 Oct 2003 15:27:58 -0400 Subject: [PATCH] ENH: Documentation fix --- Modules/CheckTypeSize.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/CheckTypeSize.cmake b/Modules/CheckTypeSize.cmake index 55cef20a5..2f3f1077f 100644 --- a/Modules/CheckTypeSize.cmake +++ b/Modules/CheckTypeSize.cmake @@ -4,6 +4,7 @@ # # CHECK_TYPE_SIZE - macro which checks the size of type # VARIABLE - variable to store size if the type exists. +# HAVE_${VARIABLE} - does the variable exists or not # MACRO(CHECK_TYPE_SIZE TYPE VARIABLE)