From e10086b8fe2577137e9aef2ffdc3b57543073b21 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 11 Jul 2015 16:09:44 +0200 Subject: [PATCH] tolua not required? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9730625b2..dff18907e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ find_package (LibXml2) find_package (SQLite3) find_package (Curses) find_package (Lua REQUIRED) -find_package (ToLua REQUIRED) +find_package (ToLua) add_subdirectory (cutest) add_subdirectory (crypto)