[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5675-g8919009

Brad King brad.king at kitware.com
Fri Nov 22 09:13:06 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  8919009fc08aa5d715f32445b724867dbad8b7d7 (commit)
       via  6620dc7691c3924383474b80f784f31c7789525e (commit)
      from  971417ec1cfbea0b446cd3cc282909c3423bbab8 (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=8919009fc08aa5d715f32445b724867dbad8b7d7
commit 8919009fc08aa5d715f32445b724867dbad8b7d7
Merge: 971417e 6620dc7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 22 09:13:01 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 22 09:13:01 2013 -0500

    Merge topic 'FindSWIG-fix13426' into next
    
    6620dc7 FindSWIG: Mark SWIG_DIR & SWIG_VERSION as advanced (#13426)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6620dc7691c3924383474b80f784f31c7789525e
commit 6620dc7691c3924383474b80f784f31c7789525e
Author:     Julien Schueller <schueller at phimeca.com>
AuthorDate: Thu Nov 21 14:41:44 2013 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 22 09:09:20 2013 -0500

    FindSWIG: Mark SWIG_DIR & SWIG_VERSION as advanced (#13426)

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:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list