summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-24 19:45:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-01-24 19:45:37 (GMT)
commit3270f763b28195de83c8b762dba5fb366b714b30 (patch)
tree215bdbd4ce8e55d957f2f690e050cbf08f293b40 /Help
parentc59d381065b14076f47246f21ecd730cfdbae7a1 (diff)
parent114ac7d005d262f6fa13a87111303938e66cec3f (diff)
downloadCMake-3270f763b28195de83c8b762dba5fb366b714b30.zip
CMake-3270f763b28195de83c8b762dba5fb366b714b30.tar.gz
CMake-3270f763b28195de83c8b762dba5fb366b714b30.tar.bz2
Merge topic 'dl-libs-typo'
114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_DL_LIBS.rst2
1 files changed, 1 insertions, 1 deletions
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.