mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Removes Android cmake option.
We auto detect if we are building for Android. No need to have this option.
This commit is contained in:
parent
ec1d6c4de5
commit
b3a79f00d4
@ -3,7 +3,6 @@
|
||||
#
|
||||
cmake_minimum_required(VERSION 2.8.8)
|
||||
|
||||
option(ANDROID "Enables a build for Android" OFF)
|
||||
option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
||||
option(TRY_X11 "Enables X11 Support" ON)
|
||||
option(USE_UPNP "Enables UPnP port mapping support" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user