forked from mirror/openmw-tes3mp
delete unused variables
This commit is contained in:
parent
7d374b36fd
commit
7db307e028
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue