We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff700a commit c3ccc26Copy full SHA for c3ccc26
parameter_handler/cmake/parameter_handler-extras.cmake
@@ -4,7 +4,7 @@ find_package(boost_pfr QUIET)
4
if(boost_pfr_FOUND)
5
if(DEFINED CMAKE_CXX_STANDARD)
6
if(${CMAKE_CXX_STANDARD} GREATER_EQUAL 14)
7
- message("Building parameter_handler with boost_pfr")
+ message(STATUS "Building parameter_handler with boost_pfr")
8
add_definitions(-DUSE_BOOST_PFR)
9
list(APPEND catkin_INCLUDE_DIRS ${boost_pfr_INCLUDE_DIRS})
10
list(APPEND catkin_LIBRARIES ${boost_pfr_LIBRARIES})
0 commit comments