[Cmake-commits] CMake branch, next, updated. v3.7.2-2290-gca3a4fe

Ben Boeckel ben.boeckel at kitware.com
Mon Jan 23 08:49:33 EST 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
       via  ca3a4fee2db8946a5ba46498959027a5cdf84b9a (commit)
       via  893423e9c9f4563dcd33e6472c8be85ec1aca88c (commit)
       via  7b4514fb33cf256ef165b2b28ba4affd1930a957 (commit)
       via  8ea12a8b80c4c3153cc602f1d0735b3db8581ae8 (commit)
       via  ae629a0dc9fa775230f4ce0157f13fde99381c9c (commit)
      from  69cd1ce190268342cc570569afbba1fc6038822e (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=ca3a4fee2db8946a5ba46498959027a5cdf84b9a
commit ca3a4fee2db8946a5ba46498959027a5cdf84b9a
Merge: 69cd1ce 893423e
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Mon Jan 23 08:49:32 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 23 08:49:32 2017 -0500

    Merge topic 'dl-libs-typo' into next
    
    893423e9 CMAKE_DL_LIBS: fix typo
    7b4514fb CMake Nightly Date Stamp
    8ea12a8b CMake Nightly Date Stamp
    ae629a0d CMake Nightly Date Stamp


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=893423e9c9f4563dcd33e6472c8be85ec1aca88c
commit 893423e9c9f4563dcd33e6472c8be85ec1aca88c
Author:     Thiago Perrotta <tperrotta at tgr.net.br>
AuthorDate: Fri Jan 20 23:35:27 2017 -0200
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Mon Jan 23 08:48:36 2017 -0500

    CMAKE_DL_LIBS: fix typo

diff --git a/Help/variable/CMAKE_DL_LIBS.rst b/Help/variable/CMAKE_DL_LIBS.rst
index 1fe7641..50d313d 100644
--- a/Help/variable/CMAKE_DL_LIBS.rst
+++ b/Help/variable/CMAKE_DL_LIBS.rst
@@ -1,7 +1,7 @@
 CMAKE_DL_LIBS
 -------------
 
-Name of library containing ``dlopen`` and ``dlcose``.
+Name of library containing ``dlopen`` and ``dlclose``.
 
 The name of the library that has ``dlopen`` and ``dlclose`` in it, usually
 ``-ldl`` on most UNIX machines.

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

Summary of changes:
 Help/variable/CMAKE_DL_LIBS.rst |    2 +-
 Source/CMakeVersion.cmake       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list