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)