[Cmake-commits] CMake branch, next, updated. v3.0.0-4005-g2d24d4c

Brad King brad.king at kitware.com
Mon Jun 30 09:45:01 EDT 2014


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  2d24d4c8a44681b4705bd598615de6ca22265d5f (commit)
       via  3156f6afc70751d571d405404a5e47d09faa4fc9 (commit)
      from  969bf35da76bc919539ce3792a0c421af7059546 (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=2d24d4c8a44681b4705bd598615de6ca22265d5f
commit 2d24d4c8a44681b4705bd598615de6ca22265d5f
Merge: 969bf35 3156f6a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 30 09:45:00 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 30 09:45:00 2014 -0400

    Merge topic 'FindVTK-drop-4.0-support' into next
    
    3156f6af Help: Add notes for FindVTK module updates


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3156f6afc70751d571d405404a5e47d09faa4fc9
commit 3156f6afc70751d571d405404a5e47d09faa4fc9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 30 09:44:25 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 30 09:46:01 2014 -0400

    Help: Add notes for FindVTK module updates

diff --git a/Help/release/dev/FindVTK.rst b/Help/release/dev/FindVTK.rst
new file mode 100644
index 0000000..1cc9fc4
--- /dev/null
+++ b/Help/release/dev/FindVTK.rst
@@ -0,0 +1,6 @@
+FindVTK
+-------
+
+* The :module:`FindVTK` module dropped support for finding VTK 4.0.
+  It is now a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
+  This produces much clearer error messages when VTK is not found.

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

Summary of changes:
 Help/release/dev/FindVTK.rst |    6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 Help/release/dev/FindVTK.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list