mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 20:05:19 -04:00
delete unused variables
This commit is contained in:
parent
7d374b36fd
commit
7db307e028
@ -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)
|
||||||
|
|
||||||
@ -172,8 +171,6 @@ if (NOT BUILD_LAUNCHER AND NOT BUILD_OPENCS AND NOT BUILD_WIZARD)
|
|||||||
else()
|
else()
|
||||||
set(USE_QT TRUE)
|
set(USE_QT TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_definitions(-DUSE_QT)
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
if (USE_QT)
|
if (USE_QT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user