aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-01-13 15:58:48 +0100
committerAndersBroman <a.broman58@gmail.com>2021-01-15 09:04:37 +0000
commit8bfff602931c7f53e72ffe0198b28539c423c5de (patch)
tree703fda91fc05b51f949fe5ad2984049514ca190f /plugins/epan
parentcc929623a189fb6cff561a64545beb1bcc21137b (diff)
Avoid CMP0071 warning when configuring with the pluginifdemo
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/pluginifdemo/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/epan/pluginifdemo/CMakeLists.txt b/plugins/epan/pluginifdemo/CMakeLists.txt
index cd8a9e708c..e0c587e2a7 100644
--- a/plugins/epan/pluginifdemo/CMakeLists.txt
+++ b/plugins/epan/pluginifdemo/CMakeLists.txt
@@ -34,6 +34,12 @@ set(PLUGIN_FILES
)
set_source_files_properties(
+ plugin.c
+ PROPERTIES
+ SKIP_AUTOGEN ON
+)
+
+set_source_files_properties(
${PLUGIN_FILES}
PROPERTIES
COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"