From 1379fcf625b7ff6fe2638a60698c64d563de770c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Drahos=CC=8C?= Date: Sun, 30 Sep 2012 13:46:03 +0200 Subject: [PATCH] Fixed module install name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ff0311..6005581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,4 +11,4 @@ include ( lua ) find_package ( SQLite REQUIRED ) include_directories ( ${SQLITE_INCLUDE_DIRS} src ) -install_lua_module ( sqlite src/ls_sqlite.c src/luasql.c LINK ${SQLITE_LIBRARIES} ) +install_lua_module ( luasql.sqlite src/ls_sqlite.c src/luasql.c LINK ${SQLITE_LIBRARIES} )