我执行是:cmake -DLUA_INCLUDE_DIR=/home/s/apps/openresty/luajit/include/luajit-2.1
CMake Error at CMakeLists.txt:27 (find_package):
By not providing "FindLua.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Lua", but
CMake did not find one.
Could not find a package configuration file provided by "Lua" (requested
version 5.1) with any of the following names:
LuaConfig.cmake
lua-config.cmake
Add the installation prefix of "Lua" to CMAKE_PREFIX_PATH or set "Lua_DIR"
to a directory containing one of the above files. If "Lua" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
这是什么原因,需要配置什么吗