summaryrefslogtreecommitdiff
path: root/Modules/CheckVariableExists.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
committerKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
commitd2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch)
tree4411afc189c59d4564de0d061578334364d17741 /Modules/CheckVariableExists.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadcmake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
ENH: some style fixes for the book
Diffstat (limited to 'Modules/CheckVariableExists.cmake')
-rw-r--r--Modules/CheckVariableExists.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/CheckVariableExists.cmake b/Modules/CheckVariableExists.cmake
index 1cebdee3cc..97413f4f32 100644
--- a/Modules/CheckVariableExists.cmake
+++ b/Modules/CheckVariableExists.cmake
@@ -1,7 +1,7 @@
# - Check if the variable exists.
-# CHECK_VARIABLE_EXISTS(VAR VARIABLE)
-# - macro which checks if the variable exists
-# VAR - the name of the variable
+# CHECK_VARIABLE_EXISTS(VAR VARIABLE)
+#
+# VAR - the name of the variable
# VARIABLE - variable to store the result
# If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the
# compile of the program likewise if CMAKE_REQUIRED_LIBRARIES is set then