From 98273f0152106dde09ab82f5f68332ca83582bb9 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 16 Jul 2018 18:43:24 +0200 Subject: Reviewed compilation options --- examples/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index fd65a74b..a71ec565 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -34,10 +34,6 @@ foreach(example_dir ${example_dirs}) endforeach() include(CheckIncludeFiles) -check_include_files(OVR_CAPI_GL.h HAVE_OCULUS_CAPI) -if(NOT HAVE_OCULUS_CAPI) - list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/oculus_rift.c) -endif() list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/standard_lighting.c) if(${PLATFORM} MATCHES "Android") -- cgit v1.2.3