summaryrefslogtreecommitdiff
path: root/Modules/CheckCSourceRuns.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-03-11 18:13:53 -0400
committerAlexander Neundorf <neundorf@kde.org>2009-03-11 18:13:53 -0400
commit8d5b090188ac8f62122a544f44a8517920aeb263 (patch)
tree642826b2c96379226f55a377ffd261cfe46709c3 /Modules/CheckCSourceRuns.cmake
parent589b4265a60f1d9778cf37e4e87a0fcb399e48d8 (diff)
downloadcmake-8d5b090188ac8f62122a544f44a8517920aeb263.tar.gz
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/CheckCSourceRuns.cmake')
-rw-r--r--Modules/CheckCSourceRuns.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CheckCSourceRuns.cmake b/Modules/CheckCSourceRuns.cmake
index c5455ae10b..11d625165a 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
#