From 865fc1467f9617eccd1e73f4c275aacafe446589 Mon Sep 17 00:00:00 2001 From: mcc Date: Fri, 8 Feb 2019 15:02:29 -0500 Subject: [PATCH] Let's mention the last tested version of oculus sdk in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1a8728a..7a266c3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,7 +296,7 @@ if(LOVR_ENABLE_HEADSET AND LOVR_USE_OPENVR) ) endif() -# Oculus SDK +# Oculus SDK -- expects Oculus SDK 1.26.0 or later if (LOVR_ENABLE_HEADSET AND LOVR_USE_OCULUS) if(NOT LOVR_OCULUS_PATH) message(FATAL_ERROR "LOVR_USE_OCULUS requires the LOVR_OCULUS_PATH to be set to the location of the Oculus Desktop SDK")