diff options
Diffstat (limited to 'Modules/CheckIncludeFiles.cmake')
-rw-r--r-- | Modules/CheckIncludeFiles.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CheckIncludeFiles.cmake b/Modules/CheckIncludeFiles.cmake index 79ba337..7e94593 100644 --- a/Modules/CheckIncludeFiles.cmake +++ b/Modules/CheckIncludeFiles.cmake @@ -1,8 +1,8 @@ # - Check if the files can be included # # CHECK_INCLUDE_FILES(INCLUDE VARIABLE) -# - macro which checks the include file exists. -# INCLUDE - list of files to include +# +# INCLUDE - list of files to include # VARIABLE - variable to return result # # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the |