diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-13 19:27:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-13 19:27:58 (GMT) |
commit | db12c17017ec8b5af121fc1c75eec63003c5ef1d (patch) | |
tree | 7bb46ea11510236148664bfaa5ea960d0e0bf329 /Modules | |
parent | 5d4bdcf942477eaeec814801665cfc2f52a92a12 (diff) | |
download | CMake-db12c17017ec8b5af121fc1c75eec63003c5ef1d.zip CMake-db12c17017ec8b5af121fc1c75eec63003c5ef1d.tar.gz CMake-db12c17017ec8b5af121fc1c75eec63003c5ef1d.tar.bz2 |
ENH: Documentation fix
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CheckTypeSize.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CheckTypeSize.cmake b/Modules/CheckTypeSize.cmake index 55cef20..2f3f107 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) |