[Cmake-commits] CMake branch, next, updated. v3.0.0-4028-g4c5d48a

Rolf Eike Beer eike at sf-mail.de
Tue Jul 1 01:55:38 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  4c5d48a66f93d79cb3866eb19b72a06346d64ed0 (commit)
       via  9d9cd12afae57560cdfa81dbd97ae41f4d73c957 (commit)
      from  724348323c1b882f127d90df0714faedc6461804 (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=4c5d48a66f93d79cb3866eb19b72a06346d64ed0
commit 4c5d48a66f93d79cb3866eb19b72a06346d64ed0
Merge: 7243483 9d9cd12
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Jul 1 01:55:37 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 1 01:55:37 2014 -0400

    Merge topic 'FindVTK-drop-4.0-support' into next
    
    9d9cd12a FindVTK: unset temporary variables


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9d9cd12afae57560cdfa81dbd97ae41f4d73c957
commit 9d9cd12afae57560cdfa81dbd97ae41f4d73c957
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Jul 1 07:55:23 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue Jul 1 07:55:23 2014 +0200

    FindVTK: unset temporary variables

diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake
index f61b70c..60f48dd 100644
--- a/Modules/FindVTK.cmake
+++ b/Modules/FindVTK.cmake
@@ -56,6 +56,8 @@ if(NOT VTK_FOUND)
     set(_VTK_QUIET QUIET)
   endif()
   find_package(VTK ${_VTK_REQUIRED} ${_VTK_QUIET} NO_MODULE)
+  unset(_VTK_REQUIRED)
+  unset(_VTK_QUIET)
 endif()
 
 if(VTK_FOUND)

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

Summary of changes:
 Modules/FindVTK.cmake |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list