diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index ca1e56718c..7044f4698e 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -31,8 +31,8 @@ else() # In case you want to test against another driver version (or branch, or commit) just pass the variable - # ie., `cmake -DDRIVER_VERSION=dev ..` if(NOT DRIVER_VERSION) - set(DRIVER_VERSION "5.0.1+driver") - set(DRIVER_CHECKSUM "SHA256=8b197b916b6419dac8fb41807aa05d822164c7bfd2c3eef66d20d060a05a485a") + set(DRIVER_VERSION "d1f3bd3a5d51b89e90030ff666967f866a1e49f9") + set(DRIVER_CHECKSUM "SHA256=964da2991145a324d9c70717073501f4a28fafeefdb01ec53a114a57bcffc606") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index b4e8fbe401..7438a060f4 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -32,8 +32,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "0.11.3") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b4f9dc8c1612f4b14207d107bce323a0684dce0dbf018e5b846177992569367b") + set(FALCOSECURITY_LIBS_VERSION "d1f3bd3a5d51b89e90030ff666967f866a1e49f9") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=964da2991145a324d9c70717073501f4a28fafeefdb01ec53a114a57bcffc606") endif() # cd /path/to/build && cmake /path/to/source @@ -105,5 +105,7 @@ endif() if(CMAKE_SYSTEM_NAME MATCHES "Linux") include(driver) endif() +include(ExternalProject) +include(tinydir) include(libscap) include(libsinsp) diff --git a/userspace/sysdig/utils/plugin_utils.cpp b/userspace/sysdig/utils/plugin_utils.cpp index 0bc016ae20..0a33c2397f 100644 --- a/userspace/sysdig/utils/plugin_utils.cpp +++ b/userspace/sysdig/utils/plugin_utils.cpp @@ -23,7 +23,7 @@ limitations under the License. #include #include -#include +#include #include #include