From 8eaceefab320110dbb63445eefeb1342ebce8def Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Mon, 15 Oct 2012 22:46:24 -0700 Subject: [PATCH] Remove duplicate cmake variables. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79c0f88..6471a17 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,10 +13,6 @@ set(INSTALL_LMOD ${CMAKE_INSTALL_PREFIX}/share/lua/5.1 CACHE PATH "Directory to install Lua source modules (configure lua via LUA_PATH)") set(INSTALL_CMOD ${CMAKE_INSTALL_PREFIX}/lib/lua/5.1 CACHE PATH "Directory to install Lua binary modules (configure lua via LUA_CPATH)") -set(LUA_NATIVE_OBJECTS_PATH ../LuaNativeObjects CACHE PATH - "Directory to LuaNativeObjects bindings generator.") -set(USE_PRE_GENERATED_BINDINGS TRUE CACHE BOOL - "Set this to FALSE to re-generate bindings using LuaNativeObjects") set(ZMQ_PATH "" CACHE PATH "Directory to libzmq. (by default use pkg-config to detect path)")