aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/pluginifdemo
diff options
context:
space:
mode:
authorMichał Łabędzki <michal.labedzki@wireshark.org>2018-10-27 14:20:21 +0200
committerAnders Broman <a.broman58@gmail.com>2018-10-30 15:36:04 +0000
commit96224e425d663773c98cff928d6b67005df95aa9 (patch)
tree9060bca4e18751f03cab096d7e11607dd5f60b1b /plugins/epan/pluginifdemo
parenteb5bfcf144eed399fdaaf67b5daf581af1748ca8 (diff)
Fix pluginifdemo with DISABLE_WERROR
Change-Id: I19853157ea2cbe3a28c06493a32b73913c1aad84 Reviewed-on: https://code.wireshark.org/review/30429 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/epan/pluginifdemo')
-rw-r--r--plugins/epan/pluginifdemo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/pluginifdemo/CMakeLists.txt b/plugins/epan/pluginifdemo/CMakeLists.txt
index 928ad1bf81..23b74cfde7 100644
--- a/plugins/epan/pluginifdemo/CMakeLists.txt
+++ b/plugins/epan/pluginifdemo/CMakeLists.txt
@@ -36,7 +36,7 @@ set(PLUGIN_FILES
set_source_files_properties(
${PLUGIN_FILES}
PROPERTIES
- COMPILE_FLAGS ${WERROR_COMMON_FLAGS}
+ COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"
)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})