Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jun 14, 2020
1 parent adb383c commit 4368baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake-modules/FindMHD.cmake
@@ -1,5 +1,5 @@
#.rst:
# FindJansson
# FindMHD
# -----------
#
# Find libmicrohttpd
Expand Down Expand Up @@ -58,7 +58,7 @@ elseif (MHD_INCLUDE_DIR AND EXISTS "${MHD_INCLUDE_DIR}/microhttpd.h")
endif ()

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(mhd
find_package_handle_standard_args(MHD
REQUIRED_VARS MHD_LIBRARY MHD_INCLUDE_DIR
VERSION_VAR MHD_VERSION_STRING)

Expand Down

0 comments on commit 4368baf

Please sign in to comment.