From 19436692a32243b21ff7e947abfb7f78a58d512a Mon Sep 17 00:00:00 2001 From: upstream svn Date: Thu, 28 Jan 2021 13:34:38 +0000 Subject: [PATCH] Silence find_package --- .svn-revision | 2 +- cmake/upnp.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.svn-revision b/.svn-revision index cd3788eb..984a455b 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -11091 +11092 diff --git a/cmake/upnp.cmake b/cmake/upnp.cmake index 3550ed9a..7c66ae17 100644 --- a/cmake/upnp.cmake +++ b/cmake/upnp.cmake @@ -3,7 +3,7 @@ if (SEARCH_DIR_UPNP) set (CMAKE_PREFIX_PATH ${SEARCH_DIR_UPNP}) endif() -find_package (UPNP) +find_package (UPNP CONFIG) if (NOT UPNP_CONFIG) include (FindPkgConfig) -- 2.11.4.GIT