소스 검색

Remove invalid cmake option
option means it's a boolean, and this is a string.

longchair 9 년 전
부모
커밋
fe67575523
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -23,8 +23,6 @@ if(OPENELEC)
   Message(STATUS "Making an OpenELEC build")
 endif(OPENELEC)
 
-option(BUILD_TARGET "Destination target for the build" "")
-
 if(BUILD_TARGET STREQUAL "RPI")
   add_definitions(-DTARGET_RPI=1)
   set(RPI_LIBS bcm_host)