Skip to content

Commit

Permalink
[Core] update lua version in cmakelists for autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-tz committed Mar 11, 2024
1 parent 8ee250e commit d266c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ list(APPEND libs ${PROTOBUF_LIBRARIES})
find_package(Qt5 COMPONENTS Core Qml Quick Network REQUIRED)
list(APPEND libs Qt5::Core Qt5::Qml Qt5::Quick Qt5::Network)
## Lua
find_package(Lua REQUIRED)
find_package(Lua 5.1 REQUIRED)
list(APPEND incs ${LUA_INCLUDE_DIR})
list(APPEND libs ${LUA_LIBRARIES})
## tolua++
Expand Down

0 comments on commit d266c3a

Please sign in to comment.