Fix warning about UPNP letter case

+13
+13
pkgs/applications/blockchains/haven-cli/use-system-libraries.patch
··· 28 28 29 29 if(APPLE) 30 30 include_directories(SYSTEM /usr/include/malloc) 31 + diff --git a/cmake/FindMiniupnpc.cmake b/cmake/FindMiniupnpc.cmake 32 + index ad2004a..7f4bb68 100644 33 + --- a/cmake/FindMiniupnpc.cmake 34 + +++ b/cmake/FindMiniupnpc.cmake 35 + @@ -37,7 +37,7 @@ set(MINIUPNP_STATIC_LIBRARIES ${MINIUPNP_STATIC_LIBRARY}) 36 + 37 + include(FindPackageHandleStandardArgs) 38 + find_package_handle_standard_args( 39 + - MiniUPnPc DEFAULT_MSG 40 + + Miniupnpc DEFAULT_MSG 41 + MINIUPNP_INCLUDE_DIR 42 + MINIUPNP_LIBRARY 43 + ) 31 44 diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt 32 45 index 71b165f..10189ce 100644 33 46 --- a/external/CMakeLists.txt