diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-19 14:06:32 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-19 14:06:32 +0200 |
commit | 35343f762be7c6b00e0a23cacf7460f741de8bd3 (patch) | |
tree | 6ad5fd6c06d2d3bdffeeaaa1e1f0cea078c7629e /scripts/CMakeLists.txt | |
parent | 4d72f7da11f6c3ff3e5885ee51c415c119f0ace3 (diff) |
afm-main-plugin: plugin for afb
Change-Id: I39868b5c1076a995bbb10a984a2a0651579da30b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 74ecec7..34c37cf 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -18,5 +18,5 @@ cmake_minimum_required(VERSION 2.8) -install(PROGRAMS afm-util DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) +install(PROGRAMS afm-util DESTINATION ${CMAKE_INSTALL_BINDIR}) |