diff options
Diffstat (limited to 'cmake.deps/cmake/BuildLuarocks.cmake')
-rw-r--r-- | cmake.deps/cmake/BuildLuarocks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake index cd5aa1ed34..ad0ee3f661 100644 --- a/cmake.deps/cmake/BuildLuarocks.cmake +++ b/cmake.deps/cmake/BuildLuarocks.cmake @@ -30,7 +30,7 @@ if(UNIX) list(APPEND LUAROCKS_OPTS --with-lua=${DEPS_INSTALL_DIR}) else() - find_package(LuaJit) + find_package(Luajit) if(LUAJIT_FOUND) list(APPEND LUAROCKS_OPTS --with-lua-include=${LUAJIT_INCLUDE_DIRS} |