[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-103-gec9b42e

Brad King brad.king at kitware.com
Tue Jun 7 09:19:12 EDT 2016


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  ec9b42e9e29c11f41f13f70ded93debc61eafcb0 (commit)
       via  288fb3ee6fb5340f808d0a5ca9cc708dc039e9aa (commit)
      from  15ecac966da9656101847cf8cc213e0ff2fa3691 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ec9b42e9e29c11f41f13f70ded93debc61eafcb0
commit ec9b42e9e29c11f41f13f70ded93debc61eafcb0
Merge: 15ecac9 288fb3e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 7 09:19:12 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 7 09:19:12 2016 -0400

    Merge topic 'add-FindVulkan' into next
    
    288fb3ee fixup! Add FindVulkan.cmake.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=288fb3ee6fb5340f808d0a5ca9cc708dc039e9aa
commit 288fb3ee6fb5340f808d0a5ca9cc708dc039e9aa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 7 09:19:01 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 7 09:19:01 2016 -0400

    fixup! Add FindVulkan.cmake.

diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 62910cf..8c9c4be 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -209,6 +209,7 @@ All Modules
    /module/FindTIFF
    /module/FindUnixCommands
    /module/FindVTK
+   /module/FindVulkan
    /module/FindWget
    /module/FindWish
    /module/FindwxWidgets
diff --git a/Help/release/dev/FindVulkan.rst b/Help/release/dev/FindVulkan.rst
index bd61e02..bb5447e 100644
--- a/Help/release/dev/FindVulkan.rst
+++ b/Help/release/dev/FindVulkan.rst
@@ -1,4 +1,4 @@
 FindVulkan
 ----------
 
-* The :module:`FindVulkan` module has been added.
+* A :module:`FindVulkan` module was added.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b72ecf5..20f6c35 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1394,6 +1394,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
     add_subdirectory(FindTIFF)
   endif()
 
+  if(CMake_TEST_FindVulkan)
+    add_subdirectory(FindVulkan)
+  endif()
+
   if(CMake_TEST_FindXalanC)
     add_subdirectory(FindXalanC)
   endif()

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

Summary of changes:
 Help/manual/cmake-modules.7.rst |    1 +
 Help/release/dev/FindVulkan.rst |    2 +-
 Tests/CMakeLists.txt            |    4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list