Skip to content

Commit c3ccc26

Browse files
hogabrieCI
authored andcommitted
Merge branch 'fix/boost_pfr_warning' into 'master'
[parameter_handler] Quiet boost_pfr. GitOrigin-RevId: 6837fd6dca34c0756f895d10bdcdfc1b4fa98375
1 parent eff700a commit c3ccc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameter_handler/cmake/parameter_handler-extras.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ find_package(boost_pfr QUIET)
44
if(boost_pfr_FOUND)
55
if(DEFINED CMAKE_CXX_STANDARD)
66
if(${CMAKE_CXX_STANDARD} GREATER_EQUAL 14)
7-
message("Building parameter_handler with boost_pfr")
7+
message(STATUS "Building parameter_handler with boost_pfr")
88
add_definitions(-DUSE_BOOST_PFR)
99
list(APPEND catkin_INCLUDE_DIRS ${boost_pfr_INCLUDE_DIRS})
1010
list(APPEND catkin_LIBRARIES ${boost_pfr_LIBRARIES})

0 commit comments

Comments
 (0)