There was an error while loading. Please reload this page.
1 parent 345a20c commit 9ade88bCopy full SHA for 9ade88b
CMakeLists.txt
@@ -3,7 +3,7 @@ project(Lua-cURL C)
3
cmake_minimum_required(VERSION 2.6)
4
5
option(USE_LUA "Use Lua (also called 'C' Lua) version 5.1 includes (default)" ON)
6
-#option(USE_LUA52 "Use Lua (also called 'C' Lua) version 5.2 includes (currelty unsopported)")
+#option(USE_LUA52 "Use Lua (also called 'C' Lua) version 5.2 includes (currelty unsupported)")
7
option(USE_LUAJIT "Use LuaJIT includes instead of 'C' Lua ones (recommended, if you're using LuaJIT, but disabled by default)")
8
9
0 commit comments