From b3a79f00d47c08284625e378409f0afb0267a13b Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 21 Oct 2014 08:47:25 -0500 Subject: [PATCH] Removes Android cmake option. We auto detect if we are building for Android. No need to have this option. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb271feaf8..3be03ca4f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)