aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-11 12:28:49 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-11 12:28:49 +0000
commitb208ad43cc1797c558adc49d3fe39fb199964aad (patch)
treedc8e37d8778bb0fc5f725a358fab92c670b19512
parent06f12225e5279a7f5b6adad7f7c8b35efd123d90 (diff)
parenta2df7140c8128f7939cc3127bd8b9d7a40610546 (diff)
Merge "binding: mediascanner: update version of conf.d/app-templates submodule"
-rw-r--r--binding/CMakeLists.txt5
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
3 files changed, 1 insertions, 6 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})
-
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 8967162dd12bce89f9ae27f5c9bce7b78624e3f
+Subproject 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d88
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index ed2fbba..3f68b3d 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -42,7 +42,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(CMAKE_BUILD_TYPE "DEBUG")
+set(CMAKE_BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.