From a2df7140c8128f7939cc3127bd8b9d7a40610546 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 9 Oct 2018 15:44:39 +0800 Subject: binding: mediascanner: update version of conf.d/app-templates submodule To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: I569f9e4885c0ac5a6764919947d50e6722f02fd7 Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'binding') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index bbb6fd6..75018e2 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -36,8 +36,3 @@ PROJECT_TARGET_ADD(mediascanner-binding) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries}) - - # installation directory - INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - -- cgit 1.2.3-korg