Let's mention the last tested version of oculus sdk in CMakeLists

This commit is contained in:
mcc 2019-02-08 15:02:29 -05:00
parent 41e621d006
commit 865fc1467f
1 changed files with 1 additions and 1 deletions

View File

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