Browse Source

Help: Fix typo in CMAKE_DL_LIBS docs

pull/286/head
Thiago Perrotta 9 years ago
committed by Brad King
parent
commit
114ac7d005
  1. 2
      Help/variable/CMAKE_DL_LIBS.rst

2
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.
Loading…
Cancel
Save