mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 01:09:57 +08:00
11 lines
212 B
Diff
11 lines
212 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -8,7 +8,6 @@ option(BUILD_SHARED_LUA_OPENSSL "Shared
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
-find_package(LuaJIT)
|
|
if(NOT LUAJIT_FOUND)
|
|
find_package(Lua REQUIRED)
|
|
endif()
|