[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5658-g6f1630b

Julien Schueller schueller at phimeca.com
Fri Nov 22 02:12:17 EST 2013


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  6f1630bb54a402a255dca78259fbbca9e16a4385 (commit)
       via  4417ac3488c9747c0a6031abc41f4cdeec915642 (commit)
      from  378d846f743beb86a8da72ec7e7526efe691072d (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=6f1630bb54a402a255dca78259fbbca9e16a4385
commit 6f1630bb54a402a255dca78259fbbca9e16a4385
Merge: 378d846 4417ac3
Author:     Julien Schueller <schueller at phimeca.com>
AuthorDate: Fri Nov 22 02:12:10 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 22 02:12:10 2013 -0500

    Merge topic 'FindSWIG-fix13426' into next
    
    4417ac3 FindSWIG: mark SWIG_DIR & SWIG_VERSION as advanced.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4417ac3488c9747c0a6031abc41f4cdeec915642
commit 4417ac3488c9747c0a6031abc41f4cdeec915642
Author:     Julien Schueller <schueller at phimeca.com>
AuthorDate: Thu Nov 21 14:41:44 2013 +0100
Commit:     Julien Schueller <schueller at phimeca.com>
CommitDate: Thu Nov 21 14:41:44 2013 +0100

    FindSWIG: mark SWIG_DIR & SWIG_VERSION as advanced.

diff --git a/Modules/FindSWIG.cmake b/Modules/FindSWIG.cmake
index bb78bc2..dbdb0a4 100644
--- a/Modules/FindSWIG.cmake
+++ b/Modules/FindSWIG.cmake
@@ -75,3 +75,5 @@ endif()
 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(SWIG  REQUIRED_VARS SWIG_EXECUTABLE SWIG_DIR
                                         VERSION_VAR SWIG_VERSION )
+
+mark_as_advanced(SWIG_DIR SWIG_VERSION)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list