[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-622-g634707f

Kitware Robot kwrobot at kitware.com
Fri Mar 24 10:45:06 EDT 2017


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
  discards  e4d9bb37952ea16d6703979832e8c865c0763fd8 (commit)
  discards  a7e7b0aedf56fcf79c9a7ee66450ef93a444029c (commit)
  discards  5ef2628c307fe103c8a0e0b05ecf13fb07e5efcd (commit)
  discards  3b7f19a72ff2216b4613fdc8c5edf5d56e74d6fc (commit)
       via  634707f0e558e577a0a2601e56ebf95dda6b4a7f (commit)
       via  97662babe958748d0e1f827b8066d4abe93f159a (commit)
       via  70d8f0d0f4b85f234902a8ae4f380ca8b1edda85 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (e4d9bb37952ea16d6703979832e8c865c0763fd8)
            \
             N -- N -- N (634707f0e558e577a0a2601e56ebf95dda6b4a7f)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=634707f0e558e577a0a2601e56ebf95dda6b4a7f
commit 634707f0e558e577a0a2601e56ebf95dda6b4a7f
Merge: 97662ba 70d8f0d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 24 14:41:54 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Fri Mar 24 10:43:54 2017 -0400

    Stage topic 'InstallRequiredSystemLibraries-test-openmp'
    
    Topic-id: 23255
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/623


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=70d8f0d0f4b85f234902a8ae4f380ca8b1edda85
commit 70d8f0d0f4b85f234902a8ae4f380ca8b1edda85
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 23 10:40:17 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Mar 24 10:40:58 2017 -0400

    Tests: Activate InstallRequiredSystemLibraries OpenMP libs
    
    The SimpleInstall test performs a smoke test of this module.
    Activate the OpenMP code paths.

diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 4cf7355..f8068b1 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -365,6 +365,7 @@ set(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
 set(CMAKE_INSTALL_MFC_LIBRARIES 1)
 set(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
 set(CMAKE_INSTALL_UCRT_LIBRARIES 1)
+set(CMAKE_INSTALL_OPENMP_LIBRARIES 1)
 include(InstallRequiredSystemLibraries)
 
 if(CTEST_TEST_CPACK)

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

Summary of changes:
 Tests/SimpleInstall/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list