diff -r 2684fdb9d874 -r 97ba379164ec misc/liblua/CMakeLists.txt --- a/misc/liblua/CMakeLists.txt Thu Sep 27 13:37:10 2012 -0400 +++ b/misc/liblua/CMakeLists.txt Fri Sep 28 18:03:32 2012 +0100 @@ -1,7 +1,6 @@ #this file is included only when system Lua library is not found file(GLOB lua_src *.c *.h) -set(LIBRARY_OUTPUT_PATH ${EXECUTABLE_OUTPUT_PATH}) if(WIN32) add_definitions(-DLUA_BUILD_AS_DLL)