mirror of https://github.com/axmolengine/axmol.git
Fix CMakeLists.txt
This commit is contained in:
parent
8ffc6660c4
commit
e3f33fe9c2
|
@ -50,7 +50,7 @@ if (NOT AX_USE_ANGLE) # check deprecated option: AX_USE_COMPAT_GL
|
||||||
else()
|
else()
|
||||||
set (AX_USE_COMPAT_GL TRUE CACHE BOOL "Use google angle renderer" ON)
|
set (AX_USE_COMPAT_GL TRUE CACHE BOOL "Use google angle renderer" ON)
|
||||||
endif()
|
endif()
|
||||||
set (AX_USE_ANGLE TRUE CACHE ${AX_USE_COMPAT_GL} "Use google angle renderer" FORCE)
|
set (AX_USE_ANGLE ${AX_USE_COMPAT_GL} CACHE BOOL "Use google angle renderer" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message(STATUS "WINRT=${WINRT}")
|
message(STATUS "WINRT=${WINRT}")
|
||||||
|
|
Loading…
Reference in New Issue