mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-13 22:36:35 -04:00
delete unused variables
This commit is contained in:
parent
7d374b36fd
commit
7db307e028
@ -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)
|
||||
|
||||
@ -173,8 +172,6 @@ else()
|
||||
set(USE_QT TRUE)
|
||||
endif()
|
||||
|
||||
add_definitions(-DUSE_QT)
|
||||
|
||||
# Dependencies
|
||||
if (USE_QT)
|
||||
set(DESIRED_QT_VERSION 4 CACHE STRING "The QT version OpenMW should use (4 or 5)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user