diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-26 13:32:06 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-26 13:32:06 +0200 |
| commit | 987e6d29133a493914a19b660051ca634fbed1d6 (patch) | |
| tree | d62bd2686df5a2b284a3206611cbdace63803c05 /CMakeLists.txt | |
| parent | 0f09b7518621044597d4953c8732101b46f3f42e (diff) | |
| download | monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.gz monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.xz monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.zip | |
daemon: remove miniupnp
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e4fe53d1d..001fd0220 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -369,7 +369,6 @@ if(NOT MANUAL_SUBMODULES) endfunction () message(STATUS "Checking submodules") - check_submodule(external/miniupnp) check_submodule(external/rapidjson) check_submodule(external/trezor-common) check_submodule(external/randomx) @@ -440,7 +439,6 @@ else() endif() message(STATUS "Building for a ${ARCH_WIDTH}-bit system") -# Check if we're on FreeBSD so we can exclude the local miniupnpc (it should be installed from ports instead) # CMAKE_SYSTEM_NAME checks are commonly known, but specifically taken from libsdl's CMakeLists if(CMAKE_SYSTEM_NAME MATCHES "kFreeBSD.*|FreeBSD") set(FREEBSD TRUE) |
