From d4dbf8e19d8a094dd8ab9e9e9dcfddcfcf04693c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 30 Nov 2015 15:23:58 +0200 Subject: remove lua bindings --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 539c219..45916d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ IF(NOT CMAKE_BUILD_TYPE) ENDIF(NOT CMAKE_BUILD_TYPE) set(LIBKMS_ENABLE_PYTHON ON CACHE BOOL "Enable Python wrappers") -set(LIBKMS_ENABLE_LUA OFF CACHE BOOL "Enable Lua wrappers") set(LIBKMS_ENABLE_KMSCUBE OFF CACHE BOOL "Enable kmscube") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall") @@ -34,7 +33,3 @@ endif() if(LIBKMS_ENABLE_PYTHON) add_subdirectory(py) endif() - -if(LIBKMS_ENABLE_LUA) - add_subdirectory(lua) -endif() -- cgit v1.2.3