removed unneeded requirement lua
This commit is contained in:
parent
fe0016a272
commit
37ccb7226b
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue