aboutsummaryrefslogtreecommitdiff
path: root/attic
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-07-18 22:30:01 +0200
committerAlex Neundorf <neundorf@kde.org>2011-07-18 22:30:01 +0200
commitcfa5ab513b179ab6122879e6c5375449e0e80c3e (patch)
treeee17b3bec8e4c1f6326be85de90d20f76f68c4f3 /attic
parent3f13eb1e596818e6990b8ef4c64991abb7e5f508 (diff)
downloadextra-cmake-modules-cfa5ab513b179ab6122879e6c5375449e0e80c3e.tar.gz
extra-cmake-modules-cfa5ab513b179ab6122879e6c5375449e0e80c3e.tar.bz2
sync with current cmake git
Alex
Diffstat (limited to 'attic')
-rw-r--r--attic/modules/CheckCXXSourceRuns.cmake11
1 files changed, 5 insertions, 6 deletions
diff --git a/attic/modules/CheckCXXSourceRuns.cmake b/attic/modules/CheckCXXSourceRuns.cmake
index c18d8b37..b8f23444 100644
--- a/attic/modules/CheckCXXSourceRuns.cmake
+++ b/attic/modules/CheckCXXSourceRuns.cmake
@@ -1,9 +1,8 @@
-# - Check if the C++ source code provided in the SOURCE argument compiles and runs.
-# CHECK_CXX_SOURCE_RUNS(SOURCE VAR)
-#
-# SOURCE - source code to try to compile
-# VAR - variable to store the result, 1 for success, empty for failure
-#
+# - Check if the given C++ source code compiles and runs.
+# CHECK_CXX_SOURCE_RUNS(<code> <var>)
+# <code> - source code to try to compile
+# <var> - variable to store the result
+# (1 for success, empty for failure)
# The following variables may be set before calling this macro to
# modify the way the check is run:
#