From 48c895d828a980eed7695b50449e3e707ad498d6 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 --- conf.d/app-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/app-templates') diff --git a/conf.d/app-templates b/conf.d/app-templates index 42e5f14..b5fb436 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 42e5f14ffa00542385d0d60ee8b00494f590ab8c +Subproject commit b5fb4364e02d4d3db339e966c69cbe1177f4f525 -- cgit 1.2.3-korg