From 90ef7c6bf763d77be56ced44f4325a22ef673a93 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 3 Dec 2015 23:29:56 -0800 Subject: [PATCH] Disabling 0.5 Oculus plugin (Mac / Linux) for now --- interface/src/PluginContainerProxy.cpp | 1 - plugins/oculusLegacy/CMakeLists.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/PluginContainerProxy.cpp b/interface/src/PluginContainerProxy.cpp index aff36fb881..aae94162ad 100644 --- a/interface/src/PluginContainerProxy.cpp +++ b/interface/src/PluginContainerProxy.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include #include diff --git a/plugins/oculusLegacy/CMakeLists.txt b/plugins/oculusLegacy/CMakeLists.txt index bf9d22410d..44cee83a7d 100644 --- a/plugins/oculusLegacy/CMakeLists.txt +++ b/plugins/oculusLegacy/CMakeLists.txt @@ -6,7 +6,8 @@ # See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html # -if (NOT WIN32) +#if (NOT WIN32) +if (FALSE) set(TARGET_NAME oculusLegacy) setup_hifi_plugin()