diff options
author | Thiago Perrotta <tperrotta@tgr.net.br> | 2017-01-21 01:35:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-24 19:37:07 (GMT) |
commit | 114ac7d005d262f6fa13a87111303938e66cec3f (patch) | |
tree | 35e63989bd34b6cf202fd357a88a7dd8171df958 /Help | |
parent | 7b4514fb33cf256ef165b2b28ba4affd1930a957 (diff) | |
download | CMake-114ac7d005d262f6fa13a87111303938e66cec3f.zip CMake-114ac7d005d262f6fa13a87111303938e66cec3f.tar.gz CMake-114ac7d005d262f6fa13a87111303938e66cec3f.tar.bz2 |
Help: Fix typo in CMAKE_DL_LIBS docs
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_DL_LIBS.rst | 2 |
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. |