[Cmake-commits] [cmake-commits] alex committed CheckCSourceCompiles.cmake 1.17 1.18 CheckCSourceRuns.cmake 1.10 1.11 CheckCXXSourceCompiles.cmake 1.14 1.15 CheckCXXSourceRuns.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 11 18:13:56 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv5714

Modified Files:
	CheckCSourceCompiles.cmake CheckCSourceRuns.cmake 
	CheckCXXSourceCompiles.cmake CheckCXXSourceRuns.cmake 
Log Message:
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


Index: CheckCXXSourceRuns.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckCXXSourceRuns.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** CheckCXXSourceRuns.cmake	28 Aug 2007 14:52:07 -0000	1.6
--- CheckCXXSourceRuns.cmake	11 Mar 2009 22:13:53 -0000	1.7
***************
*** 1,5 ****
! # - Check if the 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
--- 1,5 ----
! # - 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

Index: CheckCSourceCompiles.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckCSourceCompiles.cmake,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** CheckCSourceCompiles.cmake	4 Apr 2007 19:58:38 -0000	1.17
--- CheckCSourceCompiles.cmake	11 Mar 2009 22:13:51 -0000	1.18
***************
*** 1,5 ****
! # - Check if the 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
--- 1,5 ----
! # - Check if the C source code provided in the SOURCE argument compiles.
  # CHECK_C_SOURCE_COMPILES(SOURCE VAR)
! #
  #  SOURCE   - source code to try to compile
  #  VAR      - variable to store whether the source code compiled

Index: CheckCXXSourceCompiles.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckCXXSourceCompiles.cmake,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** CheckCXXSourceCompiles.cmake	27 Aug 2006 15:19:25 -0000	1.14
--- CheckCXXSourceCompiles.cmake	11 Mar 2009 22:13:52 -0000	1.15
***************
*** 1,5 ****
! # - Check if the 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
--- 1,5 ----
! # - Check if the C++ source code provided in the SOURCE argument compiles.
  # CHECK_CXX_SOURCE_COMPILES(SOURCE VAR)
! #
  #  SOURCE - source code to try to compile
  #  VAR    - variable to store whether the source code compiled

Index: CheckCSourceRuns.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CheckCSourceRuns.cmake,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** CheckCSourceRuns.cmake	28 Aug 2007 14:52:07 -0000	1.10
--- CheckCSourceRuns.cmake	11 Mar 2009 22:13:51 -0000	1.11
***************
*** 1,5 ****
! # - Check if the 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
--- 1,5 ----
! # - Check if the C source code provided in the SOURCE argument compiles and runs.
  # CHECK_C_SOURCE_RUNS(SOURCE VAR)
! #
  #  SOURCE   - source code to try to compile
  #  VAR      - variable to store the result, 1 for success, empty for failure



More information about the Cmake-commits mailing list