General cleaning up of the luafilter
Renamed variables to make their use more clear and cmake now looks for the Lua libraries.
This commit is contained in:
@ -41,6 +41,7 @@ find_package(Jemalloc)
|
||||
find_package(Git)
|
||||
find_package(CURL)
|
||||
find_package(RabbitMQ)
|
||||
find_package(Lua)
|
||||
|
||||
# Build PCRE2
|
||||
# Read BuildPCRE2 for details about how to add pcre2 as a dependency to a target
|
||||
|
Reference in New Issue
Block a user