From c9424c131663a0928170543bcd6233ce1251e96d Mon Sep 17 00:00:00 2001 From: meshpoint Date: Thu, 26 Mar 2015 15:28:31 +0400 Subject: [PATCH] fix cmake miniupnpc typo which matters on case-sensitive filesystems --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 80e574b0..520763e0 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -35,7 +35,7 @@ # ...except for FreeBSD, because FreeBSD is a special case that doesn't play well with # others. -find_package(MiniUpnpc QUIET) +find_package(Miniupnpc QUIET) # FreeBSD doesn't play well with the local copy, so default to using shared set(USE_SHARED_MINIUPNPC false)