summaryrefslogtreecommitdiff
path: root/Modules/CheckIncludeFileCXX.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-02 13:51:59 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-02 13:51:59 -0500
commit0a5b9db60b8411bb3b063e627ff317b34609562a (patch)
treef56e60fc91354a80caf71ee210cc6bcda8ebf282 /Modules/CheckIncludeFileCXX.cmake
parent35b529cc3e4dde27ec1c873eefb919c16c089dad (diff)
downloadcmake-0a5b9db60b8411bb3b063e627ff317b34609562a.tar.gz
DOC: better documentaiton
Diffstat (limited to 'Modules/CheckIncludeFileCXX.cmake')
-rw-r--r--Modules/CheckIncludeFileCXX.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/CheckIncludeFileCXX.cmake b/Modules/CheckIncludeFileCXX.cmake
index a5c91080f9..9eb5d7dda5 100644
--- a/Modules/CheckIncludeFileCXX.cmake
+++ b/Modules/CheckIncludeFileCXX.cmake
@@ -4,7 +4,8 @@
# CHECK_INCLUDE_FILE - macro which checks the include file exists.
# INCLUDE - name of include file
# VARIABLE - variable to return result
-# OPTIONAL - a third argument can be extra flags which are passed to the compiler
+#
+# a third argument can be passed containing extra flags for the compiler
#
MACRO(CHECK_INCLUDE_FILE_CXX INCLUDE VARIABLE)