[Cmake-commits] CMake branch, next, updated. v3.7.2-2292-gdf0c2c01a
Brad King
brad.king at kitware.com
Tue Jan 24 14:38:09 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 df0c2c01ada32e63420fcaa4cfdb1e6acd3137d5 (commit)
via 114ac7d005d262f6fa13a87111303938e66cec3f (commit)
from ca3a4fee2db8946a5ba46498959027a5cdf84b9a (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=df0c2c01ada32e63420fcaa4cfdb1e6acd3137d5
commit df0c2c01ada32e63420fcaa4cfdb1e6acd3137d5
Merge: ca3a4fe 114ac7d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 24 14:38:08 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 24 14:38:08 2017 -0500
Merge topic 'dl-libs-typo' into next
114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=114ac7d005d262f6fa13a87111303938e66cec3f
commit 114ac7d005d262f6fa13a87111303938e66cec3f
Author: Thiago Perrotta <tperrotta at tgr.net.br>
AuthorDate: Fri Jan 20 23:35:27 2017 -0200
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 24 14:37:07 2017 -0500
Help: Fix typo in CMAKE_DL_LIBS docs
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:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list