From f3e120f45d2a75a65db893b40cd723cc8bc6e838 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 4 Feb 2015 11:15:03 -0800 Subject: [PATCH] temp disable gvr-interface target to allow build --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39d40350d7..0b71e68863 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,6 @@ if (NOT ANDROID) add_subdirectory(interface) add_subdirectory(tests) add_subdirectory(tools) -endif() - -add_subdirectory(gvr-interface) \ No newline at end of file +else () + add_subdirectory(gvr-interface) +endif () \ No newline at end of file