diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b2a6b..8e1560b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ include(FindLua51) if(NOT ${LUA51_FOUND}) message(FATAL_ERROR "The FindLua51 module could not find lua :-(") endif() -set(COMMON_LIBS "${COMMON_LIBS};${LUA_LIBRARIES}") ## LibZMQ if(WIN32)