From 34efd75d3a16710cab87064e5363b73a7e1d9448 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Wed, 24 May 2023 23:03:17 +0200 Subject: [PATCH] Disable libOVR on MSVC 2022 for now --- plugins/oculus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/oculus/CMakeLists.txt b/plugins/oculus/CMakeLists.txt index 6ddc75e1e5..04d36840fa 100644 --- a/plugins/oculus/CMakeLists.txt +++ b/plugins/oculus/CMakeLists.txt @@ -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})