aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-08-20 12:17:25 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-08-20 12:17:25 +0200
commit2a0161c1bb93fd21e01cbea6145a20cb43938597 (patch)
tree133e0d74c89fea09dcbe8edbe6fda3e1f82c72cb
parentadb8fe96f5d6d244159fcf1d1bd4c90938c1e36f (diff)
Fix CI.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f73c28cde..90ab44042 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -477,7 +477,10 @@ if(BUILD_EXAMPLES)
target_include_directories(nDPIsrvd-simple PRIVATE ${NDPID_DEPS_INC})
if(ENABLE_COVERAGE)
- add_dependencies(coverage libnDPI nDPIsrvd-analysed nDPIsrvd-collectd nDPIsrvd-captured nDPIsrvd-simple)
+ add_dependencies(coverage nDPIsrvd-analysed nDPIsrvd-collectd nDPIsrvd-captured nDPIsrvd-simple)
+ if(BUILD_NDPI)
+ add_dependencies(coverage libnDPI)
+ endif()
endif()
if(ENABLE_DBUS)