diff --git a/CMakeLists.txt b/CMakeLists.txt index 891b385..0a95f62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,6 @@ project(SpoonTool) set (CMAKE_CXX_STANDARD 20) find_package(Boost REQUIRED COMPONENTS thread chrono) -find_package(Lua REQUIRED) add_subdirectory(deps/vgcore)