[Cmake-commits] CMake branch, next, updated. v2.8.7-2703-gc984ff2

Rolf Eike Beer eike at sf-mail.de
Sat Feb 18 10:32:26 EST 2012


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, next has been updated
       via  c984ff2728288c7a5f38aa323110f5e1845b91fe (commit)
       via  540db7e5b9bea875894ae5ed70499f1984b75e4d (commit)
      from  946ea3392e481dc1c20bafbce20af8f12e273f6b (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=c984ff2728288c7a5f38aa323110f5e1845b91fe
commit c984ff2728288c7a5f38aa323110f5e1845b91fe
Merge: 946ea33 540db7e
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat Feb 18 10:32:24 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Feb 18 10:32:24 2012 -0500

    Merge topic 'expect-more-versions' into next
    
    540db7e AllFindModules test: expect more modules to have a version number available


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=540db7e5b9bea875894ae5ed70499f1984b75e4d
commit 540db7e5b9bea875894ae5ed70499f1984b75e4d
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Feb 17 18:46:23 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sat Feb 18 16:25:41 2012 +0100

    AllFindModules test: expect more modules to have a version number available
    
    For all current build machines the modules FindPkgConfig, FindFreetype, and
    FindLibXslt return a version number. Enforce this to early catch when this
    is not always the case.

diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index f76f0d9..7a8a575 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -48,8 +48,9 @@ endif (NOT QT4_FOUND)
 # If any of these modules reported that it was found a version number should have been
 # reported.
 set(VERSIONS_REQUIRED
-    ALSA BISON BZIP2 CUPS CURL DOXYGEN EXPAT FLEX GETTEXT GIF GIT
-    ImageMagick JASPER LibArchive LIBXML2 PERL PostgreSQL SWIG TIFF ZLIB)
+    ALSA BISON BZIP2 CUPS CURL DOXYGEN EXPAT FLEX FREETYPE GETTEXT GIF GIT
+    ImageMagick JASPER LibArchive LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL
+    SWIG TIFF ZLIB)
 
 foreach(VTEST ${VERSIONS_REQUIRED})
     if (${VTEST}_FOUND)

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

Summary of changes:
 Tests/CMakeOnly/AllFindModules/CMakeLists.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list