[Cmake-commits] [cmake-commits] alex committed FindBLAS.cmake 1.9 1.10 FindBoost.cmake 1.38 1.39 FindLAPACK.cmake 1.8 1.9 FindMotif.cmake 1.5 1.6 FindRTI.cmake 1.3 1.4 FindwxWidgets.cmake 1.29 1.30 SquishTestScript.cmake 1.1 1.2 Use_wxWindows.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Apr 19 12:47:06 EDT 2009


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

Modified Files:
	FindBLAS.cmake FindBoost.cmake FindLAPACK.cmake 
	FindMotif.cmake FindRTI.cmake FindwxWidgets.cmake 
	SquishTestScript.cmake Use_wxWindows.cmake 
Log Message:
STYLE: fix typos in the docs

Alex


Index: FindRTI.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindRTI.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FindRTI.cmake	27 Oct 2008 09:23:54 -0000	1.3
--- FindRTI.cmake	19 Apr 2009 16:47:00 -0000	1.4
***************
*** 3,10 ****
  # include files and libraries.
  #
! # RTI is a simulation infrastructure standartized by IEEE and SISO. It has a
  # well defined C++ API that assures that simulation applications are
  # independent on a particular RTI implementation.
! # http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
  #
  # This code sets the following variables:
--- 3,10 ----
  # include files and libraries.
  #
! # RTI is a simulation infrastructure standardized by IEEE and SISO. It has a
  # well defined C++ API that assures that simulation applications are
  # independent on a particular RTI implementation.
! #  http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
  #
  # This code sets the following variables:

Index: SquishTestScript.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/SquishTestScript.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** SquishTestScript.cmake	8 Dec 2008 22:39:30 -0000	1.1
--- SquishTestScript.cmake	19 Apr 2009 16:47:00 -0000	1.2
***************
*** 1,5 ****
  #
  # This script launches a GUI test using Squish.  You should not call
! # the script directly; instead, you should acces it via the
  # SQUISH_ADD_TEST macro that is defined in FindSquish.cmake.
  #
--- 1,5 ----
  #
  # This script launches a GUI test using Squish.  You should not call
! # the script directly; instead, you should access it via the
  # SQUISH_ADD_TEST macro that is defined in FindSquish.cmake.
  #

Index: FindMotif.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindMotif.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** FindMotif.cmake	23 Jul 2007 13:49:52 -0000	1.5
--- FindMotif.cmake	19 Apr 2009 16:47:00 -0000	1.6
***************
*** 2,6 ****
  # Once done this will define:
  #  MOTIF_FOUND        - system has MOTIF
! #  MOTIF_INCLUDE_DIR  - incude paths to use Motif
  #  MOTIF_LIBRARIES    - Link these to use Motif
  
--- 2,6 ----
  # Once done this will define:
  #  MOTIF_FOUND        - system has MOTIF
! #  MOTIF_INCLUDE_DIR  - include paths to use Motif
  #  MOTIF_LIBRARIES    - Link these to use Motif
  

Index: FindBLAS.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBLAS.cmake,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** FindBLAS.cmake	22 Jul 2008 17:34:09 -0000	1.9
--- FindBLAS.cmake	19 Apr 2009 16:46:48 -0000	1.10
***************
*** 19,23 ****
  #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
  #  BLA_VENDOR  if set checks only the specified vendor, if not set checks
! #     all the posibilities
  #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
  ##########
--- 19,23 ----
  #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
  #  BLA_VENDOR  if set checks only the specified vendor, if not set checks
! #     all the possibilities
  #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
  ##########

Index: FindwxWidgets.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindwxWidgets.cmake,v
retrieving revision 1.29
retrieving revision 1.30
diff -C 2 -d -r1.29 -r1.30
*** FindwxWidgets.cmake	25 Feb 2009 22:17:34 -0000	1.29
--- FindwxWidgets.cmake	19 Apr 2009 16:47:00 -0000	1.30
***************
*** 45,50 ****
  #  wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link
  #                               against WX debug builds, e.g. __WXDEBUG__
! #  wxWidgets_CXX_FLAGS        - Include dirs and ompiler flags for
! #                               unices, empty on WIN32. Esentially
  #                               "`wx-config --cxxflags`".
  #  wxWidgets_USE_FILE         - Convenience include file.
--- 45,50 ----
  #  wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link
  #                               against WX debug builds, e.g. __WXDEBUG__
! #  wxWidgets_CXX_FLAGS        - Include dirs and compiler flags for
! #                               unices, empty on WIN32. Essentially
  #                               "`wx-config --cxxflags`".
  #  wxWidgets_USE_FILE         - Convenience include file.

Index: Use_wxWindows.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Use_wxWindows.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** Use_wxWindows.cmake	3 Mar 2008 20:56:04 -0000	1.6
--- Use_wxWindows.cmake	19 Apr 2009 16:47:01 -0000	1.7
***************
*** 16,20 ****
  # -----------------------------------------------------
  # 16.Feb.2004: changed INCLUDE to FIND_PACKAGE to read from users own non-system CMAKE_MODULE_PATH (Jan Woetzel JW)
! # 07/2006: rewrite as FindwxWidgets.cmake, kept for backward compatibilty JW
  
  MESSAGE(STATUS "Use_wxWindows.cmake is DEPRECATED. \n"
--- 16,20 ----
  # -----------------------------------------------------
  # 16.Feb.2004: changed INCLUDE to FIND_PACKAGE to read from users own non-system CMAKE_MODULE_PATH (Jan Woetzel JW)
! # 07/2006: rewrite as FindwxWidgets.cmake, kept for backward compatibility JW
  
  MESSAGE(STATUS "Use_wxWindows.cmake is DEPRECATED. \n"

Index: FindLAPACK.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindLAPACK.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** FindLAPACK.cmake	22 Jul 2008 17:34:09 -0000	1.8
--- FindLAPACK.cmake	19 Apr 2009 16:46:58 -0000	1.9
***************
*** 19,23 ****
  #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
  #  BLA_VENDOR  if set checks only the specified vendor, if not set checks
! #     all the posibilities
  #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
  ### List of vendors (BLA_VENDOR) valid in this module
--- 19,23 ----
  #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
  #  BLA_VENDOR  if set checks only the specified vendor, if not set checks
! #     all the possibilities
  #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
  ### List of vendors (BLA_VENDOR) valid in this module

Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.38
retrieving revision 1.39
diff -C 2 -d -r1.38 -r1.39
*** FindBoost.cmake	21 Mar 2009 03:52:32 -0000	1.38
--- FindBoost.cmake	19 Apr 2009 16:46:54 -0000	1.39
***************
*** 67,71 ****
  # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0")
  #
! # ============================================================================
  #
  # Variables used by this module, they can change the default behaviour and
--- 67,71 ----
  # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0")
  #
! # ===================================== ============= ========================
  #
  # Variables used by this module, they can change the default behaviour and
***************
*** 134,138 ****
  #
  #   Boost_LIB_DIAGNOSTIC_DEFINITIONS    [WIN32 Only] You can call
! #                                       add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINTIIONS})
  #                                       to have diagnostic information about Boost's
  #                                       automatic linking outputted during compilation time.
--- 134,138 ----
  #
  #   Boost_LIB_DIAGNOSTIC_DEFINITIONS    [WIN32 Only] You can call
! #                                       add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINITIONS})
  #                                       to have diagnostic information about Boost's
  #                                       automatic linking outputted during compilation time.



More information about the Cmake-commits mailing list