Avoid CMP0071 warning when configuring with the pluginifdemo

This commit is contained in:
Jaap Keuter 2021-01-13 15:58:48 +01:00 committed by AndersBroman
parent cc929623a1
commit 8bfff60293
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ set(PLUGIN_FILES
${DISSECTOR_SRC}
)
set_source_files_properties(
plugin.c
PROPERTIES
SKIP_AUTOGEN ON
)
set_source_files_properties(
${PLUGIN_FILES}
PROPERTIES