ilpincy / argos3

A parallel, multi-engine simulator for heterogeneous swarm robotics
http://www.argos-sim.info/
268 stars 121 forks source link

Use the built-in FindLua.cmake #144

Closed allsey87 closed 3 years ago

allsey87 commented 4 years ago

With the default version of Lua in Arch Linux changing to 5.4, a bug in the CMake module for finding Lua 5.3 has appeared. In this pull request, I propose using the built-in FindLua.cmake instead of our custom version.

concatime commented 3 years ago

Up.