Fix CMakeLists.txt

This commit is contained in:
Deal(一线灵) 2023-07-03 21:16:33 +08:00 committed by GitHub
parent 8ffc6660c4
commit e3f33fe9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if (NOT AX_USE_ANGLE) # check deprecated option: AX_USE_COMPAT_GL
else()
set (AX_USE_COMPAT_GL TRUE CACHE BOOL "Use google angle renderer" ON)
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()
message(STATUS "WINRT=${WINRT}")