GentenStudios / QuartzEngine

Nolonger used, see Phoenix repo
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Remove code that checks for luamod submodule #150

Closed DontBelieveMe closed 4 years ago

DontBelieveMe commented 4 years ago

There was some code in the external library CMake glue code that would check if the luamod submodule exists, and if not invoke git to init all the submodules automatically.

Since we removed the luamod dependency (and hence all git submodules) we can get rid of this code. It also stops CMake trying to clone submodules that don't exist on configure.