diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-29 15:42:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-01 13:43:27 +0200 |
commit | 795267e2c409a7c268fe0588ad9739b75def7620 (patch) | |
tree | 7d8090f32da169b1c31c06c298073b10b26cfe60 /low-can-binding | |
parent | af6194c2b3829b4e13fe2fff1232250e46169afb (diff) |
Install step created by app-templates submodule
Change-Id: Iaaf81d6700b09c5a40446df41435a02e198ee3e0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding')
-rw-r--r-- | low-can-binding/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/low-can-binding/CMakeLists.txt b/low-can-binding/CMakeLists.txt index 44ae9ef8..9742580f 100644 --- a/low-can-binding/CMakeLists.txt +++ b/low-can-binding/CMakeLists.txt @@ -63,7 +63,3 @@ PROJECT_TARGET_ADD(low-can) bitfield-c ${link_libraries}) - # installation directory - INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - |