equal
deleted
inserted
replaced
198 message(STATUS "Server will not be built per user request") |
198 message(STATUS "Server will not be built per user request") |
199 set(HAVE_NETSERVER false) |
199 set(HAVE_NETSERVER false) |
200 endif() |
200 endif() |
201 |
201 |
202 find_package(Lua) |
202 find_package(Lua) |
203 if(${LUA_FOUND}) |
203 if(LUA_FOUND) |
204 message(STATUS "Lua library is present on your system (${LUA_DEFAULT})") |
204 message(STATUS "Lua library is present on your system (${LUA_DEFAULT})") |
205 else() |
205 else() |
206 message(STATUS "Lua library not found, building bundled dependency") |
206 message(STATUS "Lua library not found, building bundled dependency") |
207 add_subdirectory(misc/liblua) |
207 add_subdirectory(misc/liblua) |
208 #linking with liblua.a requires system readline -- this works everywhere, right? |
208 #linking with liblua.a requires system readline -- this works everywhere, right? |