summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-21 20:34:44 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-25 13:18:41 -0700
commitb0d2e5c737192ff9b336d423481c5095879a5680 (patch)
treeb972fd560116a8d6ea15d3baf8febaf7e7a75657
parent212da3d92fccc8c694ef069288dd833d2bef0259 (diff)
downloadsubsurface-b0d2e5c737192ff9b336d423481c5095879a5680.tar.gz
build-system/Android: don't bundle the user manual
That wouldn't work, anyway. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95a862616..7ea1ab212 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -189,6 +189,7 @@ endif()
if(ANDROID)
set(NO_PRINTING ON)
+ set(NO_USERMANUAL ON)
list(APPEND QT_EXTRA_COMPONENTS AndroidExtras)
set(SUBSURFACE_LINK_LIBRARIES ${SUBSURFACE_LINK_LIBRARIES} -llog)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")