mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 02:02:13 +02:00
Disable libOVR on MSVC 2022 for now
This commit is contained in:
parent
f6c6548364
commit
34efd75d3a
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue