diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-21 14:10:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-21 14:10:11 +0200 |
commit | c15c9049c155b82522748496f016dd18bddde04b (patch) | |
tree | b0f8e5bb4d1a502e5e6d9b58e14426f85ab31393 /HAL-afb | |
parent | 88d0b8c02eaaac8843f184e379fc5a19250295e5 (diff) |
Fix CMake error
Duplicated INSTALL section now implemented in app-templates
submodule.
Change-Id: I9eefc067fcda4855c9a3edf5d18d68cbb666cc14
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'HAL-afb')
-rw-r--r-- | HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 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 |