Move FindLua to main cmake file

This commit is contained in:
Dane Johnson
2021-04-07 14:18:36 -05:00
parent 4a6efb8d98
commit 4544278ca6
3 changed files with 4 additions and 8 deletions

View File

@@ -5,8 +5,6 @@ set_property(SOURCE couch.i PROPERTY USE_TARGET_INCLUDE_DIRECTORIES ON)
if (LUA_ENABLED)
## Find Lua
find_package(Lua REQUIRED)
swig_add_library(couchlua
TYPE STATIC
LANGUAGE lua