Преглед на файлове

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)