Skip to content

Commit

Permalink
Merge pull request #73 from ros/new_console_bridge
Browse files Browse the repository at this point in the history
Use console_bridge 0.3
  • Loading branch information
scpeters committed Jan 15, 2016
2 parents 0e20f33 + 6064ede commit 9fc4f61
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include_directories(SYSTEM ${TinyXML_INCLUDE_DIRS})
find_package(urdfdom_headers 0.4 REQUIRED)
include_directories(SYSTEM ${urdfdom_headers_INCLUDE_DIRS})

find_package(console_bridge REQUIRED)
find_package(console_bridge 0.3 REQUIRED)
include_directories(SYSTEM ${console_bridge_INCLUDE_DIRS})
link_directories(${console_bridge_LIBRARY_DIRS})

Expand Down
Loading

0 comments on commit 9fc4f61

Please sign in to comment.