Change default install directory of the executable
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 14:33:41 +0000 (14:33 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 10 Jul 2017 14:33:41 +0000 (14:33 +0000)
Change-Id: I07dccad3e66fde09651221371f0078d397af153b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/CMakeLists.txt

index 263185f..3dfab05 100644 (file)
@@ -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)