Merge topic 'dl-libs-typo'

114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
This commit is contained in:
Brad King
2017-01-24 14:45:37 -05:00
committed by CMake Topic Stage
+1 -1
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.