update(cmake): remove lpeg dependency

The Lua PEG parser is not longer needed, since we now use the new filter parser implemented
in libsinsp.

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-02-28 17:07:53 +00:00
committed by poiana
parent 26a3b7a01e
commit 0a132f453a
7 changed files with 2 additions and 102 deletions

View File

@@ -49,7 +49,6 @@ falco_engine::falco_engine(bool seed_rng)
m_sampling_ratio(1), m_sampling_multiplier(0),
m_replace_container_info(false)
{
luaopen_lpeg(m_ls);
luaopen_yaml(m_ls);
falco_common::init();