Merge pull request #247

c9424c1 fix cmake miniupnpc typo (meshpoint)
This commit is contained in:
Riccardo Spagni 2015-03-26 13:51:56 +02:00
commit cd31ea9631
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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)