Skip to content

Commit 4de01ad

Browse files
committed
drop boost system from mrt cmake modules
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent b22c797 commit 4de01ad

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

patch/ros-lyrical-mrt-cmake-modules.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ index aa99d8d..8327d4e 100644
2424
find_package(catkin REQUIRED)
2525
catkin_package(CFG_EXTRAS mrt_cmake_modules-extras.cmake)
2626
else()
27+
diff --git a/yaml/cmake.yaml b/yaml/cmake.yaml
28+
index 6a2a6dc..1846d27 100644
29+
--- a/yaml/cmake.yaml
30+
+++ b/yaml/cmake.yaml
31+
@@ -19,7 +19,7 @@ benchmark:
32+
targets: ['benchmark::benchmark']
33+
boost:
34+
components: [wserialization thread random serialization log_setup prg_exec_monitor
35+
- wave system chrono filesystem locale timer date_time regex graph program_options
36+
+ wave chrono filesystem locale timer date_time regex graph program_options
37+
unit_test_framework log atomic iostreams]
38+
include_dirs: [Boost_INCLUDE_DIRS]
39+
libraries: [Boost_LIBRARIES]

0 commit comments

Comments
 (0)