diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-10 14:33:41 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-10 14:33:41 +0000 |
commit | c6e84a508af2d3c6c45110a66d09b8de2213499b (patch) | |
tree | fb9436618464defeff40ce28961c0e54207a65bf | |
parent | c9974e588390c677c00c897907ba149a019bef0b (diff) |
Change default install directory of the executable
Change-Id: I07dccad3e66fde09651221371f0078d397af153b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 263185f..3dfab05 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,4 +41,4 @@ PROJECT_TARGET_ADD(can-config-generator) # installation directory INSTALL(TARGETS can-config-generator -RUNTIME DESTINATION ${BINDINGS_INSTALL_DIR}) +RUNTIME DESTINATION /usr/local/bin) |