Skip to content

Commit cfe512b

Browse files
committed
build with nat-pmp using proper pkgconfig name
Change-Id: I3da6650031cd005536ef32d9d06f52d1559bd160
1 parent 4067397 commit cfe512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ if (DHTNET_NATPMP AND NOT MSVC)
221221
else()
222222
message("NAT-PMP found")
223223
set(natpmp_LIBRARIES PkgConfig::natpmp)
224-
set (requiresprivate "${requiresprivate} libnatpmp")
224+
set (requiresprivate "${requiresprivate} natpmp")
225225
endif()
226226
endif()
227227

0 commit comments

Comments
 (0)