diff options
author | Brad King <brad.king@kitware.com> | 2017-01-24 19:45:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-24 19:45:37 (GMT) |
commit | 3270f763b28195de83c8b762dba5fb366b714b30 (patch) | |
tree | 215bdbd4ce8e55d957f2f690e050cbf08f293b40 | |
parent | c59d381065b14076f47246f21ecd730cfdbae7a1 (diff) | |
parent | 114ac7d005d262f6fa13a87111303938e66cec3f (diff) | |
download | CMake-3270f763b28195de83c8b762dba5fb366b714b30.zip CMake-3270f763b28195de83c8b762dba5fb366b714b30.tar.gz CMake-3270f763b28195de83c8b762dba5fb366b714b30.tar.bz2 |
Merge topic 'dl-libs-typo'
114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
-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. |