[Cmake-commits] CMake branch, master, updated. v2.8.2-205-g74805b2

Brad King brad.king at kitware.com
Tue Aug 10 14:51:46 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  74805b28c1f55a16310efe43465eb76c4e75f46a (commit)
       via  430336c5e1ae90903e3db228594b1c365c26f4a3 (commit)
       via  b6c61561d6cc646e4503b5e27ddd34944a0d6e11 (commit)
       via  656cd2fad284970107c691053422d9bf362be068 (commit)
       via  126db7b0609e368ea3cdd4509131566efa500e02 (commit)
       via  77d909b559be4c09a037a7a7eabef6fd76d77917 (commit)
       via  19b68b9faec1868fe6856aebda128a7b2fb3d887 (commit)
       via  6bb0b6e91502956fb82362e9805205f2be687de3 (commit)
       via  946493faa8274666cfcef0c5dbc388d9f4717b3c (commit)
       via  cb9d1eaca463f0b11808e1faa1ae9587bda923af (commit)
      from  9cf9d2794c496213f84a78282d56c63763f732d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=74805b28c1f55a16310efe43465eb76c4e75f46a
commit 74805b28c1f55a16310efe43465eb76c4e75f46a
Merge: 9cf9d27 430336c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 10 14:51:45 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 10 14:51:45 2010 -0400

    Merge topic 'ImprovedVersionCheckingInSomeModules'
    
    430336c Merge branch 'findsubversion_fphsa_cleanup'
    b6c6156 Use FPHSA() in FindSWIG, including version checking.
    656cd2f Improved version checking for FindCUDA using the new mode of FPHSA
    126db7b Improved version checking for FindSubversion using the new mode of FPHSA()
    77d909b Fix DETAILS string with version number in FHPSA()
    19b68b9 Improved version checking for FindJava using the new FPHSA() mode
    6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA()
    946493f FindSquish doesn't detect the version, remove that from the documentation
    cb9d1ea Add version checking support to FindFlex and FindPerlLibs

diff --cc Modules/FindSWIG.cmake
index b8c3b28,76e44bc..68a913d
--- a/Modules/FindSWIG.cmake
+++ b/Modules/FindSWIG.cmake
@@@ -20,11 -23,9 +23,9 @@@
  # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  # See the License for more information.
  #=============================================================================
 -# (To distributed this file outside of CMake, substitute the full
 +# (To distribute this file outside of CMake, substitute the full
  #  License text for the above reference.)
  
- SET(SWIG_FOUND FALSE)
- 
  FIND_PROGRAM(SWIG_EXECUTABLE swig)
  
  IF(SWIG_EXECUTABLE)

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindCUDA.cmake                      |   37 +++++-----------------
 Modules/FindFLEX.cmake                      |    7 ++++-
 Modules/FindJava.cmake                      |   44 +++++++++-----------------
 Modules/FindPackageHandleStandardArgs.cmake |    2 +-
 Modules/FindPerlLibs.cmake                  |    8 ++++-
 Modules/FindRuby.cmake                      |   26 ++++-----------
 Modules/FindSWIG.cmake                      |   18 ++++-------
 Modules/FindSquish.cmake                    |    3 --
 Modules/FindSubversion.cmake                |   28 ++++++++++-------
 9 files changed, 66 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list