diff options
-rw-r--r-- | binding/CMakeLists.txt | 5 | ||||
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
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. |