From 5434afaee1aa208b5f80c3806abf804d991921d3 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 20 Jan 2020 11:40:05 +0000 Subject: [PATCH] build: remove SYSDIG_DIR variable Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- scripts/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 54a2c524..c532b417 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -17,10 +17,6 @@ configure_file(debian/postinst.in debian/postinst) configure_file(debian/prerm.in debian/prerm) -if(NOT SYSDIG_DIR) - set(SYSDIG_DIR "${PROJECT_SOURCE_DIR}/../sysdig") -endif() - file(COPY "${PROJECT_SOURCE_DIR}/scripts/debian/falco" DESTINATION "${PROJECT_BINARY_DIR}/scripts/debian")