Hi list, Since this is a very small fix (literally just one character) and this is my first patch here, I didn't bother to read the instructions for contributing / submitting patches. Therefore, feel free to use this patch according to your own workflow.
- Thiago
From 90d2637e4f6105225a9556e39431c8fa6d03506c Mon Sep 17 00:00:00 2001 From: Thiago Perrotta <tperro...@tgr.net.br> Date: Fri, 20 Jan 2017 23:35:27 -0200 Subject: [PATCH] CMAKE_DL_LIBS: fix typo --- Help/variable/CMAKE_DL_LIBS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.9.1
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers