Skip to content

Commit

Permalink
libboost-math libraries unnecessary as only headers-only parts are used
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Aug 14, 2020
1 parent 89f8d08 commit 68c4ef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(NOT CMAKE_CXX_STANDARD)
endif()

find_package(ament_cmake REQUIRED)
find_package(Boost REQUIRED date_time math ramdom thread)
find_package(Boost REQUIRED date_time ramdom thread)

include_directories(include)

Expand Down
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>libboost-dev</build_depend>
<build_depend>libboost-date-time-dev</build_depend>
<build_depend>libboost-math-dev</build_depend>
<build_depend>libboost-random-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>

Expand All @@ -27,7 +26,6 @@
<build_export_depend>libboost-thread-dev</build_export_depend>

<exec_depend>libboost-date-time</exec_depend>
<exec_depend>libboost-math</exec_depend>
<exec_depend>libboost-random</exec_depend>
<exec_depend>libboost-thread</exec_depend>
<export>
Expand Down

0 comments on commit 68c4ef0

Please sign in to comment.