Disable libOVR on MSVC 2022 for now

This commit is contained in:
ksuprynowicz 2023-05-24 23:03:17 +02:00
parent f6c6548364
commit 34efd75d3a

View file

@ -6,7 +6,7 @@
# See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html
#
if (WIN32 AND (NOT USE_GLES))
if (WIN32 AND (NOT USE_GLES) AND (MSVC_VERSION LESS 1930) )
# if we were passed an Oculus App ID for entitlement checks, send that along
if (DEFINED ENV{OCULUS_APP_ID})