From 2e7d03b3de4eb29f07cf7f467280e3a47fd1612b Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 29 Aug 2017 18:59:53 +0200 Subject: ctl-plugin: adjust deps; update app-templates ctl-plugin must not be linked with ctl-binder. Otherwise, this produces some error like this depending on cmake version: ----- CMake Error at ctl-plugin/CMakeLists.txt:44 (TARGET_LINK_LIBRARIES): Target "afb-controller" of type MODULE_LIBRARY may not be linked into another target. One may link only to STATIC or SHARED libraries, or to executables with the ENABLE_EXPORTS property set. ----- Change-Id: I514b01e51da108c6a2ba09a96159779fe6e6797f Signed-off-by: Stephane Desneux --- ctl-plugin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'ctl-plugin/CMakeLists.txt') diff --git a/ctl-plugin/CMakeLists.txt b/ctl-plugin/CMakeLists.txt index fb2009f..d89e67d 100644 --- a/ctl-plugin/CMakeLists.txt +++ b/ctl-plugin/CMakeLists.txt @@ -43,7 +43,6 @@ PROJECT_TARGET_ADD(audio-plugin-sample) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities - afb-controller ${link_libraries} ) -- cgit 1.2.3-korg