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