Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
383 stars 73 forks source link

CMakeLists: do not require C++ #69

Closed tpetazzoni closed 3 years ago

tpetazzoni commented 6 years ago

The project doesn't use C++, so don't let CMake check for a C++ compiler by explicitly specifying that this is a C-only project.

Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com

markand commented 3 years ago

Thank you for the patch.