From c15c9049c155b82522748496f016dd18bddde04b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 21 Aug 2017 14:10:11 +0200 Subject: Fix CMake error Duplicated INSTALL section now implemented in app-templates submodule. Change-Id: I9eefc067fcda4855c9a3edf5d18d68cbb666cc14 Signed-off-by: Romain Forlot --- HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt b/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt index b7740f0..eb4d1d6 100644 --- a/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt +++ b/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt @@ -39,10 +39,6 @@ PROJECT_TARGET_ADD(hal-most-unicens) ucs2-volume ) - # installation directory - INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - # Define properties to expose when others use this target TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/ucs2-vol/inc -- cgit 1.2.3-korg