mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
There are roughly 50 Lua packages. It's about time we consider a proposal for moving all of them under a lang/lua sub-folder. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
15 lines
284 B
Diff
15 lines
284 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -12,10 +12,7 @@ endif()
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
-find_package(LuaJIT)
|
|
-if(NOT LUAJIT_FOUND)
|
|
- find_package(Lua REQUIRED)
|
|
-endif()
|
|
+find_package(Lua REQUIRED)
|
|
find_package(OpenSSL REQUIRED)
|
|
|
|
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
|