From 8d5b090188ac8f62122a544f44a8517920aeb263 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 11 Mar 2009 18:13:53 -0400 Subject: 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 --- Modules/CheckCSourceCompiles.cmake | 4 ++-- Modules/CheckCSourceRuns.cmake | 4 ++-- Modules/CheckCXXSourceCompiles.cmake | 4 ++-- Modules/CheckCXXSourceRuns.cmake | 4 ++-- 4 files changed, 8 insertions(+), 8 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 # 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 # diff --git a/Modules/CheckCXXSourceCompiles.cmake b/Modules/CheckCXXSourceCompiles.cmake index e5c3ecc..f987ebe 100644 --- a/Modules/CheckCXXSourceCompiles.cmake +++ b/Modules/CheckCXXSourceCompiles.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_CXX_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 # diff --git a/Modules/CheckCXXSourceRuns.cmake b/Modules/CheckCXXSourceRuns.cmake index b0c9ba5..ef9aa71 100644 --- a/Modules/CheckCXXSourceRuns.cmake +++ b/Modules/CheckCXXSourceRuns.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_CXX_SOURCE_RUNS(SOURCE VAR) -# - macro which checks if the source code compiles +# # SOURCE - source code to try to compile # VAR - variable to store the result, 1 for success, empty for failure # -- cgit v0.12