Update CMakeLists.txt

This commit is contained in:
clienthax 2015-02-17 19:15:54 +00:00
parent d8e6a995eb
commit c70fe1c381

View File

@ -35,8 +35,6 @@ if(ARM OR SIMULATOR)
set(USING_EGL ON)
endif()
#include(CheckIncludeFile)
#check_include_file(/opt/vc/include/bcm_host.h RPI)
if(EXISTS "/opt/vc/include/bcm_host.h")
message(STATUS "RaspberryPI VC Found")
set(RPI ON)