From 10a282fe07f7cf50189e06b12272b5fa4ad229d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Tue, 19 Feb 2019 09:44:04 +0100 Subject: [PATCH] Port version submodule of moveit_core --- moveit_core/version/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moveit_core/version/CMakeLists.txt b/moveit_core/version/CMakeLists.txt index b4d56b8ea4..bb6304478f 100644 --- a/moveit_core/version/CMakeLists.txt +++ b/moveit_core/version/CMakeLists.txt @@ -1,2 +1,2 @@ add_executable(moveit_version version.cpp) -install(TARGETS moveit_version RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}) +install(TARGETS moveit_version RUNTIME DESTINATION bin)