fix(cmake): move cxxopts include before falcosecurity-libs

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2026-03-12 14:36:30 +01:00
committed by poiana
parent cf0d2eb15a
commit 426fe3dabc

View File

@@ -144,6 +144,8 @@ set(CMD_MAKE make)
include(ExternalProject)
include(cxxopts)
# libs
include(falcosecurity-libs)
@@ -188,8 +190,6 @@ if(NOT WIN32
include(cpp-httplib)
endif()
include(cxxopts)
# One TBB
if(NOT EMSCRIPTEN)
include(tbb)