mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
15 lines
314 B
Diff
15 lines
314 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -8,10 +8,7 @@ option(BUILD_SHARED_LUA_OPENSSL "Shared
|
|
|
|
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)
|