From f34218d81236c122bd1a8050c96d82ccc1a895ad Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 30 Oct 2019 13:41:15 +0000 Subject: [PATCH] Correct comments. --- cmake/modules/FindLibev.cmake | 2 +- cmake/modules/FindLibevent2.cmake | 2 +- cmake/modules/FindLibidn.cmake | 2 +- cmake/modules/FindLibidn2.cmake | 2 +- cmake/modules/FindLibunbound.cmake | 2 +- cmake/modules/FindLibuv.cmake | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/modules/FindLibev.cmake b/cmake/modules/FindLibev.cmake index 7e21ecb8..b84a7f47 100644 --- a/cmake/modules/FindLibev.cmake +++ b/cmake/modules/FindLibev.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libev_FOUND`` If false, do not try to use Libev. ``LIBEV_INCLUDE_DIR`` - where to find check.h, etc. + where to find libev headers. ``LIBEV_LIBRARIES`` the libraries needed to use Libev. ``LIBEV_VERSION`` diff --git a/cmake/modules/FindLibevent2.cmake b/cmake/modules/FindLibevent2.cmake index 7e363de2..9b9f2bb4 100644 --- a/cmake/modules/FindLibevent2.cmake +++ b/cmake/modules/FindLibevent2.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libevent2_FOUND`` If false, do not try to use Libevent2. ``LIBEVENT2_INCLUDE_DIR`` - where to find check.h, etc. + where to find libevent headers. ``LIBEVENT2_LIBRARIES`` the libraries needed to use Libevent2. ``LIBEVENT2_VERSION`` diff --git a/cmake/modules/FindLibidn.cmake b/cmake/modules/FindLibidn.cmake index 4abea737..3b2ab8c5 100644 --- a/cmake/modules/FindLibidn.cmake +++ b/cmake/modules/FindLibidn.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libidn_FOUND`` If false, do not try to use Libidn. ``LIBIDN_INCLUDE_DIR`` - where to find check.h, etc. + where to find libidn headers. ``LIBIDN_LIBRARIES`` the libraries needed to use Libidn. diff --git a/cmake/modules/FindLibidn2.cmake b/cmake/modules/FindLibidn2.cmake index d957f231..a0db0ee9 100644 --- a/cmake/modules/FindLibidn2.cmake +++ b/cmake/modules/FindLibidn2.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libidn2_FOUND`` If false, do not try to use Libidn2. ``LIBIDN2_INCLUDE_DIR`` - where to find check.h, etc. + where to find libidn2 headers. ``LIBIDN2_LIBRARIES`` the libraries needed to use Libidn2. ``LIBIDN2_VERSION`` diff --git a/cmake/modules/FindLibunbound.cmake b/cmake/modules/FindLibunbound.cmake index 44126e8b..bdef88be 100644 --- a/cmake/modules/FindLibunbound.cmake +++ b/cmake/modules/FindLibunbound.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libunbound_FOUND`` If false, do not try to use Libunbound. ``LIBUNBOUND_INCLUDE_DIR`` - where to find check.h, etc. + where to find libunbound headers. ``LIBUNBOUND_LIBRARIES`` the libraries needed to use Libunbound. ``LIBUNBOUND_VERSION`` diff --git a/cmake/modules/FindLibuv.cmake b/cmake/modules/FindLibuv.cmake index 4779adb4..749697aa 100644 --- a/cmake/modules/FindLibuv.cmake +++ b/cmake/modules/FindLibuv.cmake @@ -20,7 +20,7 @@ This module will set the following variables in your project: ``Libuv_FOUND`` If false, do not try to use Libuv. ``LIBUV_INCLUDE_DIR`` - where to find check.h, etc. + where to find libuv headers. ``LIBUV_LIBRARIES`` the libraries needed to use Libuv. ``LIBUV_VERSION``