diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-03-11 22:13:53 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-03-11 22:13:53 (GMT) |
commit | 8d5b090188ac8f62122a544f44a8517920aeb263 (patch) | |
tree | 642826b2c96379226f55a377ffd261cfe46709c3 /Modules/CheckCSourceCompiles.cmake | |
parent | 589b4265a60f1d9778cf37e4e87a0fcb399e48d8 (diff) | |
download | CMake-8d5b090188ac8f62122a544f44a8517920aeb263.zip CMake-8d5b090188ac8f62122a544f44a8517920aeb263.tar.gz CMake-8d5b090188ac8f62122a544f44a8517920aeb263.tar.bz2 |
STYLE: fix documentation: the second short description discarded the first
one, but the first one was the correct one (i.e. the one which mentioned
that CheckC[XX]SourceRuns.cmake also tries to run the executable)
Alex
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 # |