X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=7120648f10a4e191266d0ef09dc08fb2a4395d11;hp=8d2673dbf7acbb28c1a12e4ca19078722a397c2a;hb=e4516d01a7d2b0a5a8def7b5791c7d4032138287;hpb=517a7725149474b2ce23f693261f8eddc58db02b diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d2673d..7120648 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,10 +6,9 @@ SET(CMAKE_INSTALL_PREFIX /usr) ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I. -DUCI_PREFIX="${CMAKE_INSTALL_PREFIX}") -OPTION(UCI_PLUGIN_SUPPORT "plugin support" ON) OPTION(UCI_DEBUG "debugging support" OFF) OPTION(UCI_DEBUG_TYPECAST "typecast debugging support" OFF) -OPTION(BUILD_LUA "build Lua plugin" ON) +OPTION(BUILD_LUA "build Lua binding" ON) CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/uci_config.h.in ${CMAKE_SOURCE_DIR}/uci_config.h )