Skip to content

Commit f6cdffd

Browse files
Added a comment
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent 0b6cb3c commit f6cdffd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

map/map_height_fitter/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ament_auto_add_library(map_height_fitter SHARED
99
src/map_height_fitter.cpp
1010
)
1111
target_link_libraries(map_height_fitter ${PCL_LIBRARIES})
12+
13+
# When adding `<depend>lanelet2_extension</depend>` to package.xml, many warnings are generated.
14+
# It is treated as errors in compile, so pedantic warnings are disabled for this package.
1215
target_compile_options(map_height_fitter PRIVATE -Wno-pedantic)
1316

1417
ament_auto_add_executable(node

0 commit comments

Comments
 (0)