summaryrefslogtreecommitdiff
path: root/Modules/CheckTypeSize.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-13 15:27:58 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-13 15:27:58 -0400
commitdb12c17017ec8b5af121fc1c75eec63003c5ef1d (patch)
tree7bb46ea11510236148664bfaa5ea960d0e0bf329 /Modules/CheckTypeSize.cmake
parent5d4bdcf942477eaeec814801665cfc2f52a92a12 (diff)
downloadcmake-db12c17017ec8b5af121fc1c75eec63003c5ef1d.tar.gz
ENH: Documentation fix
Diffstat (limited to 'Modules/CheckTypeSize.cmake')
-rw-r--r--Modules/CheckTypeSize.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CheckTypeSize.cmake b/Modules/CheckTypeSize.cmake
index 55cef20a50..2f3f1077f5 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)