diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-23 15:53:25 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-31 16:55:54 +0100 |
commit | b34cd90fe2487c66846b0b40de94db3ae9b7d99a (patch) | |
tree | 68d10713ccb2f56e57f74bf8f1d6a5f1811cea9d /mixer-binding/CMakeLists.txt | |
parent | 70fb348f05ff07dab3e1e1e6098ab03fa151ce15 (diff) |
Migrate app-templates to CMake moduleapp-templates-migration
Bug-AGL SPEC-1682
Change-Id: Ia8d8bc6b614065d9cc9ab73a33d4643267686bcf
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'mixer-binding/CMakeLists.txt')
-rw-r--r-- | mixer-binding/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mixer-binding/CMakeLists.txt b/mixer-binding/CMakeLists.txt index 680c2c4..9e79a21 100644 --- a/mixer-binding/CMakeLists.txt +++ b/mixer-binding/CMakeLists.txt @@ -26,7 +26,6 @@ PROJECT_TARGET_ADD(softmixer-binding) SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "" LABELS "BINDING" - LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) |