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  3828e7fe0b89cd2322ea58e41932c9884feb39da (commit)
       via  12fb50da9f3c9a8de914deb4d516a79109d8912f (commit)
       via  8eb2fe955aa42ca54cfcdbaf17dbb11e94d3bbc0 (commit)
      from  d18226ed0e9d4e1c651db8f80ebfc11d34570d46 (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=3828e7fe0b89cd2322ea58e41932c9884feb39da
commit 3828e7fe0b89cd2322ea58e41932c9884feb39da
Merge: d18226e 12fb50d
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Mar 1 11:48:58 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Mar 1 11:48:58 2013 -0500

    Merge topic 'GetPrerequisites-objdump' into next
    
    12fb50d GetPrerequisites: Add documentation for objdump
    8eb2fe9 GetPrerequisites: Enable test for BundleUtilities on MinGW


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=12fb50da9f3c9a8de914deb4d516a79109d8912f
commit 12fb50da9f3c9a8de914deb4d516a79109d8912f
Author:     Michael Tänzer <n...@nhng.de>
AuthorDate: Fri Mar 1 16:59:49 2013 +0100
Commit:     Michael Tänzer <n...@nhng.de>
CommitDate: Fri Mar 1 16:59:49 2013 +0100

    GetPrerequisites: Add documentation for objdump
    
    Signed-off-by: Michael Tänzer <n...@nhng.de>

diff --git a/Modules/GetPrerequisites.cmake b/Modules/GetPrerequisites.cmake
index 3bd3fdf..18f449d 100644
--- a/Modules/GetPrerequisites.cmake
+++ b/Modules/GetPrerequisites.cmake
@@ -5,6 +5,7 @@
 #
 # It uses various tools to obtain the list of required shared library files:
 #   dumpbin (Windows)
+#   objdump (MinGW on Windows)
 #   ldd (Linux/Unix)
 #   otool (Mac OSX)
 # The following functions are provided by this module:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8eb2fe955aa42ca54cfcdbaf17dbb11e94d3bbc0
commit 8eb2fe955aa42ca54cfcdbaf17dbb11e94d3bbc0
Author:     Michael Tänzer <n...@nhng.de>
AuthorDate: Fri Mar 1 16:26:07 2013 +0100
Commit:     Michael Tänzer <n...@nhng.de>
CommitDate: Fri Mar 1 16:26:07 2013 +0100

    GetPrerequisites: Enable test for BundleUtilities on MinGW
    
    Signed-off-by: Michael Tänzer <n...@nhng.de>

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 13c2aad..8c7b87c 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -287,6 +287,7 @@ if(BUILD_TESTING)
 
   # run test for BundleUtilities on supported platforms/compilers
   if(MSVC OR
+     MINGW OR
      CMAKE_SYSTEM_NAME MATCHES "Linux" OR
      CMAKE_SYSTEM_NAME MATCHES "Darwin")
   if(NOT "${CMAKE_TEST_GENERATOR}" STREQUAL "Watcom WMake")

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to