accidentally deleted the LibXml2 find_package call, oops.

This commit is contained in:
Enno Rehling 2017-03-28 16:41:59 +02:00
parent e8b7015c6c
commit 16910f8efd
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ endif (MSVC)
find_package (SQLite3) find_package (SQLite3)
find_package (Curses) find_package (Curses)
find_package (LibXml2)
find_package (ToLua REQUIRED) find_package (ToLua REQUIRED)
if (TOLUA_FOUND) if (TOLUA_FOUND)
if (${TOLUA_VERSION_STRING} VERSION_GREATER "5.2") if (${TOLUA_VERSION_STRING} VERSION_GREATER "5.2")