diff options
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) |