1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Fix typo in CMAKE_DL_LIBS docs

This commit is contained in:
Thiago Perrotta
2017-01-20 23:35:27 -02:00
committed by Brad King
parent 7b4514fb33
commit 114ac7d005

View File

@@ -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.