diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:28:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 12:28:49 +0000 |
commit | b208ad43cc1797c558adc49d3fe39fb199964aad (patch) | |
tree | dc8e37d8778bb0fc5f725a358fab92c670b19512 /binding/CMakeLists.txt | |
parent | 06f12225e5279a7f5b6adad7f7c8b35efd123d90 (diff) | |
parent | a2df7140c8128f7939cc3127bd8b9d7a40610546 (diff) |
Merge "binding: mediascanner: update version of conf.d/app-templates submodule"
Diffstat (limited to 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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}) - |