mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
chore: bump libnatpmp (#7536)
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -13,7 +13,6 @@
|
|||||||
[submodule "third-party/libnatpmp"]
|
[submodule "third-party/libnatpmp"]
|
||||||
path = third-party/libnatpmp
|
path = third-party/libnatpmp
|
||||||
url = https://github.com/transmission/libnatpmp.git
|
url = https://github.com/transmission/libnatpmp.git
|
||||||
branch = post-20151025-transmission
|
|
||||||
[submodule "third-party/libutp"]
|
[submodule "third-party/libutp"]
|
||||||
path = third-party/libutp
|
path = third-party/libutp
|
||||||
url = https://github.com/transmission/libutp.git
|
url = https://github.com/transmission/libutp.git
|
||||||
|
|||||||
@@ -507,7 +507,9 @@ tr_add_external_auto_library(EVENT2 libevent event
|
|||||||
-DEVENT__LIBRARY_TYPE:STRING=STATIC)
|
-DEVENT__LIBRARY_TYPE:STRING=STATIC)
|
||||||
|
|
||||||
tr_add_external_auto_library(NATPMP libnatpmp natpmp
|
tr_add_external_auto_library(NATPMP libnatpmp natpmp
|
||||||
TARGET natpmp::natpmp)
|
TARGET natpmp::natpmp
|
||||||
|
CMAKE_ARGS
|
||||||
|
-DBUILD_SHARED_LIBS=OFF)
|
||||||
if(NOT USE_SYSTEM_NATPMP)
|
if(NOT USE_SYSTEM_NATPMP)
|
||||||
target_compile_definitions(natpmp::natpmp
|
target_compile_definitions(natpmp::natpmp
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
|||||||
2
third-party/libnatpmp
vendored
2
third-party/libnatpmp
vendored
Submodule third-party/libnatpmp updated: 4d3b9d87bb...134fc89e27
Reference in New Issue
Block a user