From cfc556e2d199aa563e12609fbf3e48e432f2ba9a Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Fri, 8 Dec 2023 02:43:57 -0800 Subject: [PATCH] Add clarifying note --- plugins/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index e130aa7f25..4dcd62dac6 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -22,7 +22,8 @@ if (NOT SERVER_ONLY AND NOT ANDROID) set(DIR "oculusLegacy") add_subdirectory(${DIR}) endif() - + + # Note: OpenVR is a Steam thing, which is different from OVR, which is an Oculus SDK component. set(DIR "openvr") add_subdirectory(${DIR}) endif()