diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-02 18:51:59 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-02 18:51:59 (GMT) |
commit | 0a5b9db60b8411bb3b063e627ff317b34609562a (patch) | |
tree | f56e60fc91354a80caf71ee210cc6bcda8ebf282 /Modules/CheckIncludeFileCXX.cmake | |
parent | 35b529cc3e4dde27ec1c873eefb919c16c089dad (diff) | |
download | CMake-0a5b9db60b8411bb3b063e627ff317b34609562a.zip CMake-0a5b9db60b8411bb3b063e627ff317b34609562a.tar.gz CMake-0a5b9db60b8411bb3b063e627ff317b34609562a.tar.bz2 |
DOC: better documentaiton
Diffstat (limited to 'Modules/CheckIncludeFileCXX.cmake')
-rw-r--r-- | Modules/CheckIncludeFileCXX.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/CheckIncludeFileCXX.cmake b/Modules/CheckIncludeFileCXX.cmake index a5c9108..9eb5d7d 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) |