diff options
Diffstat (limited to 'Modules/CheckCSourceRuns.cmake')
-rw-r--r-- | Modules/CheckCSourceRuns.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CheckCSourceRuns.cmake b/Modules/CheckCSourceRuns.cmake index c5455ae..11d6251 100644 --- a/Modules/CheckCSourceRuns.cmake +++ b/Modules/CheckCSourceRuns.cmake @@ -1,6 +1,6 @@ -# - Check if the source code provided in the SOURCE argument compiles and runs. +# - Check if the C source code provided in the SOURCE argument compiles and runs. # CHECK_C_SOURCE_RUNS(SOURCE VAR) -# - macro which checks if the source code runs +# # SOURCE - source code to try to compile # VAR - variable to store the result, 1 for success, empty for failure # |