ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem was solved by adding the following line in the beginning

add_definitions(-DBOOST_LOG_DYN_LINK=1)

and also changing

${Boost_INCLUDE_DIRS} -> ${Boost_INCLUDE_DIRS}

The problem was solved by adding the following line in the beginning

add_definitions(-DBOOST_LOG_DYN_LINK=1)

and also changing

${Boost_INCLUDE_DIRS} ${Boost_INCLUDE_DIR} -> ${Boost_INCLUDE_DIRS}

click to hide/show revision 3
No.3 Revision

The problem was solved by adding the following line in the beginning

add_definitions(-DBOOST_LOG_DYN_LINK=1)

add_definitions(-DBOOST_LOG_DYN_LINK=1)

and also changing ${Boost_INCLUDE_DIR} to ${Boost_INCLUDE_DIRS} (Note: "DIRS" not "DIR")

${Boost_INCLUDE_DIR} -> ${Boost_INCLUDE_DIRS}

click to hide/show revision 4
No.4 Revision

The problem was solved by adding the following line in the beginning

add_definitions(-DBOOST_LOG_DYN_LINK=1)

and also changing ${Boost_INCLUDE_DIR} to ${Boost_INCLUDE_DIRS} (Note: "DIRS" not "DIR")"DIR") as per the wiki page on CMakeLists.