From fa0a457861871810ad6943aa79cf61aff19cb379 Mon Sep 17 00:00:00 2001 From: Peter Drahos Date: Tue, 9 Aug 2011 01:25:51 +0200 Subject: Removed version number from the lib again. Version causes issues in binary installation when swapped to LuaJIT. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23a3c68..1eeb08a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ endif () # Create dynamic library add_library ( liblua SHARED ${SRC_LIB} ${LUA_DLL_RC} ${LUA_DEF} ) target_link_libraries ( liblua ${LIBS} ) -set_target_properties ( liblua PROPERTIES OUTPUT_NAME lua51 CLEAN_DIRECT_OUTPUT 1 ) +set_target_properties ( liblua PROPERTIES OUTPUT_NAME lua CLEAN_DIRECT_OUTPUT 1 ) # Create static library, this is needed to compile luac in the 5.1.x Lua series add_library ( liblua_static STATIC ${SRC_LIB} ) -- cgit v1.2.1