fix cmake miniupnpc typo
which matters on case-sensitive filesystems
This commit is contained in:
parent
d7286395c9
commit
c9424c1316
|
@ -35,7 +35,7 @@
|
||||||
# ...except for FreeBSD, because FreeBSD is a special case that doesn't play well with
|
# ...except for FreeBSD, because FreeBSD is a special case that doesn't play well with
|
||||||
# others.
|
# others.
|
||||||
|
|
||||||
find_package(MiniUpnpc QUIET)
|
find_package(Miniupnpc QUIET)
|
||||||
|
|
||||||
# FreeBSD doesn't play well with the local copy, so default to using shared
|
# FreeBSD doesn't play well with the local copy, so default to using shared
|
||||||
set(USE_SHARED_MINIUPNPC false)
|
set(USE_SHARED_MINIUPNPC false)
|
||||||
|
|
Loading…
Reference in New Issue