Remove -S from dds example topology file

This commit is contained in:
Alexey Rybalchenko 2019-07-17 17:25:03 +02:00 committed by Dennis Klein
parent f515eb1100
commit 6e353d78b1

View File

@ -14,6 +14,7 @@ set_target_properties(${plugin} PROPERTIES CXX_VISIBILITY_PRESET hidden)
set_target_properties(${plugin} PROPERTIES
VERSION ${PROJECT_GIT_VERSION}
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/fairmq
)
set(exe fairmq-dds-command-ui)