Skip to content

Commit

Permalink
Merge pull request #14 from ros/relocatable
Browse files Browse the repository at this point in the history
resolve dynamic_reconfigure path in installspace at runtime (ros/catkin#490)
  • Loading branch information
dirk-thomas committed Aug 3, 2013
2 parents f74c481 + b7b2225 commit 1d01c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/extras.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set(dynamic_reconfigure_BASE_DIR "@(CMAKE_CURRENT_SOURCE_DIR)")
@[else]@
# base dir in installspace
set(dynamic_reconfigure_BASE_DIR "@(CMAKE_INSTALL_PREFIX)/@(CATKIN_PACKAGE_SHARE_DESTINATION)")
set(dynamic_reconfigure_BASE_DIR "${dynamic_reconfigure_DIR}/..")
@[end if]@

macro(generate_dynamic_reconfigure_options)
Expand Down

0 comments on commit 1d01c57

Please sign in to comment.