Merge pull request #430 from overte-org/fix/msvc2022_libovr

Disable libOVR on MSVC 2022 for now
This commit is contained in:
ksuprynowicz 2023-05-26 23:11:06 +02:00 committed by GitHub
commit 6be91c6e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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})