summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Pratt <tom.pratt@outlook.com>2026-07-01 15:59:46 +0200
committerTom Pratt <tom.pratt@outlook.com>2026-07-01 15:59:46 +0200
commit6825a4a954ced1611cb9a4e10fa2db7bd6955153 (patch)
treec5f65b2dc0d3d6c5bb4640baf2b999273473e263 /CMakeLists.txt
parent32cd349207e84002c34aab0c5e5e5c06d0d4040f (diff)
Enable USE_UPNP in android builds
The UI already exists in the Android netplay menu so just need to enable it in the build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dacb51c382..48e37f83dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -447,7 +447,6 @@ if(ANDROID)
# but not as a shared library. We want an executable.
set(ANDROID 0)
endif()
- set(USE_UPNP 0)
set(ENABLE_QT 0)
set(USE_DISCORD_PRESENCE 0)