Fix pluginifdemo with DISABLE_WERROR

Change-Id: I19853157ea2cbe3a28c06493a32b73913c1aad84
Reviewed-on: https://code.wireshark.org/review/30429
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Michał Łabędzki 2018-10-27 14:20:21 +02:00 committed by Anders Broman
parent eb5bfcf144
commit 96224e425d
1 changed files with 1 additions and 1 deletions

View File

@ -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})