From 7db307e028e95418f7642ab02813c9d105250002 Mon Sep 17 00:00:00 2001 From: sandstranger Date: Thu, 3 Dec 2015 22:37:42 +0300 Subject: [PATCH] delete unused variables --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02a05cb3a..db8bcc4f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,7 +157,6 @@ endif() if (ANDROID) set(CMAKE_FIND_ROOT_PATH ${OPENMW_DEPENDENCIES_DIR} "${CMAKE_FIND_ROOT_PATH}") - add_definitions (-DOSG_PLUGINS_DIR=${OSG_PLUGINS_DIR}) set(OPENGL_ES TRUE CACHE BOOL "enable opengl es support for android" FORCE) endif (ANDROID) @@ -172,8 +171,6 @@ if (NOT BUILD_LAUNCHER AND NOT BUILD_OPENCS AND NOT BUILD_WIZARD) else() set(USE_QT TRUE) endif() - -add_definitions(-DUSE_QT) # Dependencies if (USE_QT)