aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gryphon/CMakeLists.txt b/plugins/gryphon/CMakeLists.txt
index 395eb92d7c..29e4305442 100644
--- a/plugins/gryphon/CMakeLists.txt
+++ b/plugins/gryphon/CMakeLists.txt
@@ -54,7 +54,7 @@ add_library(gryphon ${LINK_MODE_MODULE}
)
set_target_properties(gryphon PROPERTIES PREFIX "")
set_target_properties(gryphon PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
-set_target_properties(gryphon PROPERTIES LINK_FLAGS ${WS_LINK_FLAGS})
+set_target_properties(gryphon PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
target_link_libraries(gryphon epan)