summaryrefslogtreecommitdiff
path: root/Modules/CheckCCompilerFlag.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-09 14:12:48 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-09 14:12:48 -0400
commitb4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0 (patch)
tree581e157e475d924f5e51051f0c80905cb282c5b5 /Modules/CheckCCompilerFlag.cmake
parent38649106815e28ecbe3f35074cf3642104aeaa0e (diff)
downloadcmake-b4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0.tar.gz
ENH: fix docs, bug 7590
Diffstat (limited to 'Modules/CheckCCompilerFlag.cmake')
-rw-r--r--Modules/CheckCCompilerFlag.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CheckCCompilerFlag.cmake b/Modules/CheckCCompilerFlag.cmake
index b084399af4..07fca64c35 100644
--- a/Modules/CheckCCompilerFlag.cmake
+++ b/Modules/CheckCCompilerFlag.cmake
@@ -3,6 +3,10 @@
#
# FLAG - the compiler flag
# VARIABLE - variable to store the result
+#
+# This actually calls the check_c_source_compiles macro.
+# See help for CheckCSourceCompiles for a listing of variables
+# that can modify the build.
# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
#