Skip to content

Commit

Permalink
Remove dependency on Boost (unused)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Michaels <[email protected]>
  • Loading branch information
zmichaels11 committed Nov 21, 2019
1 parent 2b45b88 commit 340d358
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ endif()

# find dependencies
find_package(ament_cmake REQUIRED)
find_package(Boost REQUIRED)

if(APPLE)
find_library(IOKIT_LIBRARY IOKit)
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>boost</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 0 additions & 2 deletions tests/unix_serial_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ void loop()
#include <string>
#include "gtest/gtest.h"

#include <boost/bind.hpp>

// Use FRIEND_TEST... its not as nasty, thats what friends are for
// // OMG this is so nasty...
// #define private public
Expand Down

0 comments on commit 340d358

Please sign in to comment.