summaryrefslogtreecommitdiff
path: root/cmake/Config.cmake
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-05-08 21:14:39 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-05-08 21:14:39 +0100
commitebd1b636e5bf0f8fa6d210690582757e8b47f141 (patch)
tree02dc3aacf1c6f351154432247be0b4347fb14330 /cmake/Config.cmake
parentfa21c65d0c764705cfc377bf0d0de08fac26874e (diff)
Imported Upstream version 2.3+dfsg
Diffstat (limited to 'cmake/Config.cmake')
-rw-r--r--cmake/Config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Config.cmake b/cmake/Config.cmake
index bb726ba..08c83ef 100644
--- a/cmake/Config.cmake
+++ b/cmake/Config.cmake
@@ -60,7 +60,7 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
endif()
endif()
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Android")
- set(SFML_OS_ANDROID 1)
+ set(SFML_OS_ANDROID 1)
# use the OpenGL ES implementation on Android
set(OPENGL_ES 1)