diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-09 18:12:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-09 18:12:48 (GMT) |
commit | b4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0 (patch) | |
tree | 581e157e475d924f5e51051f0c80905cb282c5b5 /Modules/CheckCCompilerFlag.cmake | |
parent | 38649106815e28ecbe3f35074cf3642104aeaa0e (diff) | |
download | CMake-b4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0.zip CMake-b4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0.tar.gz CMake-b4475cf7e8c2d7f6da4a39e7453bdfc5ccc622a0.tar.bz2 |
ENH: fix docs, bug 7590
Diffstat (limited to 'Modules/CheckCCompilerFlag.cmake')
-rw-r--r-- | Modules/CheckCCompilerFlag.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CheckCCompilerFlag.cmake b/Modules/CheckCCompilerFlag.cmake index b084399..07fca64 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> # |