From cfa5ab513b179ab6122879e6c5375449e0e80c3e Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Mon, 18 Jul 2011 22:30:01 +0200 Subject: sync with current cmake git Alex --- attic/modules/CheckCXXSourceRuns.cmake | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'attic/modules') 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( ) +# - source code to try to compile +# - 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: # -- cgit v1.2.1