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)
|
if (ANDROID)
|
||||||
set(CMAKE_FIND_ROOT_PATH ${OPENMW_DEPENDENCIES_DIR} "${CMAKE_FIND_ROOT_PATH}")
|
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)
|
set(OPENGL_ES TRUE CACHE BOOL "enable opengl es support for android" FORCE)
|
||||||
endif (ANDROID)
|
endif (ANDROID)
|
||||||
|
|
||||||
|
@ -173,8 +172,6 @@ else()
|
||||||
set(USE_QT TRUE)
|
set(USE_QT TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_definitions(-DUSE_QT)
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
if (USE_QT)
|
if (USE_QT)
|
||||||
set(DESIRED_QT_VERSION 4 CACHE STRING "The QT version OpenMW should use (4 or 5)")
|
set(DESIRED_QT_VERSION 4 CACHE STRING "The QT version OpenMW should use (4 or 5)")
|
||||||
|
|
Loading…
Reference in a new issue