summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFunctionExists.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 17:40:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 17:40:20 (GMT)
commitfdcd1973523d1b9e85dae16e547aec7a0ac43a9b (patch)
tree677091281717eece70f9822b18b03ed2fdf39cf0 /Modules/CheckFunctionExists.cmake
parent50423a779e771f284fa19d28c205ade881f7c3aa (diff)
downloadCMake-fdcd1973523d1b9e85dae16e547aec7a0ac43a9b.zip
CMake-fdcd1973523d1b9e85dae16e547aec7a0ac43a9b.tar.gz
CMake-fdcd1973523d1b9e85dae16e547aec7a0ac43a9b.tar.bz2
Fix comment
Diffstat (limited to 'Modules/CheckFunctionExists.cmake')
-rw-r--r--Modules/CheckFunctionExists.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/CheckFunctionExists.cmake b/Modules/CheckFunctionExists.cmake
index 690c17e..4e57816 100644
--- a/Modules/CheckFunctionExists.cmake
+++ b/Modules/CheckFunctionExists.cmake
@@ -1,9 +1,9 @@
#
-# Check if the type exists and determine size of type. if the type
-# exists, the size will be stored to the variable.
+# Check if the function exists.
#
-# CHECK_TYPE_SIZE - macro which checks the size of type
-# VARIABLE - variable to store size if the type exists.
+# CHECK_FUNCTION_EXISTS - macro which checks if the function exists
+# FUNCTION - the name of the function
+# VARIABLE - variable to store the result
#
MACRO(CHECK_FUNCTION_EXISTS FUNCTION VARIABLE)