[Cmake-commits] CMake branch, next, updated. v2.8.7-2957-g5884dc2

Rolf Eike Beer eike at sf-mail.de
Wed Feb 29 12:47:32 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  5884dc2e1061eda7cffd1d609bb265aa05330664 (commit)
       via  95f50940cc10c22077435326db14904d1a06408b (commit)
      from  75a32d8d43ff574021cc71ac18b90c9dce58f646 (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=5884dc2e1061eda7cffd1d609bb265aa05330664
commit 5884dc2e1061eda7cffd1d609bb265aa05330664
Merge: 75a32d8 95f5094
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Feb 29 12:47:29 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 29 12:47:29 2012 -0500

    Merge topic 'document-missing-versions' into next
    
    95f5094 document when version detection will not work


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=95f50940cc10c22077435326db14904d1a06408b
commit 95f50940cc10c22077435326db14904d1a06408b
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Feb 29 18:46:47 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed Feb 29 18:46:47 2012 +0100

    document when version detection will not work

diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake
index 3e36e4b..b8dc3f4 100644
--- a/Modules/FindGnuplot.cmake
+++ b/Modules/FindGnuplot.cmake
@@ -5,6 +5,8 @@
 #  GNUPLOT_FOUND - system has Gnuplot
 #  GNUPLOT_EXECUTABLE - the Gnuplot executable
 #  GNUPLOT_VERSION_STRING - the version of Gnuplot found (since CMake 2.8.8)
+#
+# GNUPLOT_VERSION_STRING will not work for old versions like 3.7.1.
 
 #=============================================================================
 # Copyright 2002-2009 Kitware, Inc.
diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
index 52d575b..40760e5 100644
--- a/Modules/FindImageMagick.cmake
+++ b/Modules/FindImageMagick.cmake
@@ -27,6 +27,8 @@
 #  ImageMagick_VERSION_STRING         - the version of ImageMagick found
 #                                       (since CMake 2.8.8)
 #
+# ImageMagick_VERSION_STRING will not work for old versions like 5.2.3.
+#
 # There are also components for the following ImageMagick APIs:
 #
 #  Magick++

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

Summary of changes:
 Modules/FindGnuplot.cmake     |    2 ++
 Modules/FindImageMagick.cmake |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list