[Cmake-commits] [cmake-commits] alex committed FindSquish.cmake 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 19 12:58:42 EDT 2009


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

Modified Files:
	FindSquish.cmake 
Log Message:
fix whitespace, so documentation is formatted properly

Alex


Index: FindSquish.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindSquish.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** FindSquish.cmake	28 Sep 2009 15:45:46 -0000	1.2
--- FindSquish.cmake	19 Oct 2009 16:58:40 -0000	1.3
***************
*** 4,28 ****
  #
  # ---- Variables and Macros
! # SQUISH_FOUND                    If false, don't try to use Squish
! # SQUISH_VERSION_MAJOR            The major version of Squish found
! # SQUISH_VERSION_MINOR            The minor version of Squish found
! # SQUISH_VERSION_PATCH            The patch version of Squish found
  #
! # SQUISH_INSTALL_DIR              The Squish installation directory (containing bin, lib, etc)
! # SQUISH_SERVER_EXECUTABLE        The squishserver executable
! # SQUISH_CLIENT_EXECUTABLE        The squishrunner executable
  #
! # SQUISH_INSTALL_DIR_FOUND        Was the install directory found?
! # SQUISH_SERVER_EXECUTABLE_FOUND  Was the server executable found?
! # SQUISH_CLIENT_EXECUTABLE_FOUND  Was the client executable found?
  #
  # macro SQUISH_ADD_TEST(testName applicationUnderTest testSuite testCase)
  #
  # ---- Typical Use
! # ENABLE_TESTING()
! # FIND_PACKAGE(Squish)
! # IF (SQUISH_FOUND)
! #   SQUISH_ADD_TEST(myTestName myApplication testSuiteName testCaseName)
! # ENDIF (SQUISH_FOUND)
  #
  
--- 4,28 ----
  #
  # ---- Variables and Macros
! #  SQUISH_FOUND                    If false, don't try to use Squish
! #  SQUISH_VERSION_MAJOR            The major version of Squish found
! #  SQUISH_VERSION_MINOR            The minor version of Squish found
! #  SQUISH_VERSION_PATCH            The patch version of Squish found
  #
! #  SQUISH_INSTALL_DIR              The Squish installation directory (containing bin, lib, etc)
! #  SQUISH_SERVER_EXECUTABLE        The squishserver executable
! #  SQUISH_CLIENT_EXECUTABLE        The squishrunner executable
  #
! #  SQUISH_INSTALL_DIR_FOUND        Was the install directory found?
! #  SQUISH_SERVER_EXECUTABLE_FOUND  Was the server executable found?
! #  SQUISH_CLIENT_EXECUTABLE_FOUND  Was the client executable found?
  #
  # macro SQUISH_ADD_TEST(testName applicationUnderTest testSuite testCase)
  #
  # ---- Typical Use
! #  ENABLE_TESTING()
! #  FIND_PACKAGE(Squish)
! #  IF (SQUISH_FOUND)
! #    SQUISH_ADD_TEST(myTestName myApplication testSuiteName testCaseName)
! #  ENDIF (SQUISH_FOUND)
  #
  



More information about the Cmake-commits mailing list