diff options
Diffstat (limited to 'Modules/CheckCSourceCompiles.cmake')
-rw-r--r-- | Modules/CheckCSourceCompiles.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CheckCSourceCompiles.cmake b/Modules/CheckCSourceCompiles.cmake index 46f8605..5435df4 100644 --- a/Modules/CheckCSourceCompiles.cmake +++ b/Modules/CheckCSourceCompiles.cmake @@ -1,6 +1,6 @@ -# - Check if the source code provided in the SOURCE argument compiles. +# - Check if the C source code provided in the SOURCE argument compiles. # CHECK_C_SOURCE_COMPILES(SOURCE VAR) -# - macro which checks if the source code compiles +# # SOURCE - source code to try to compile # VAR - variable to store whether the source code compiled # |