File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
third_party/fast-rtps_x86_64/lib Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ find_package(console_bridge REQUIRED)
1212
1313if (${catkin_FOUND} )
1414 find_package (catkin REQUIRED COMPONENTS cmake_modules)
15- find_package (Poco REQUIRED COMPONENTS Foundation)
15+ #find_package(Poco REQUIRED COMPONENTS Foundation)
16+ set (Poco_LIBRARIES PocoFoundation)
1617 catkin_package(
1718 INCLUDE_DIRS include
1819 LIBRARIES ${PROJECT_NAME} ${Poco_LIBRARIES}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ catkin_package(
1616include_directories (include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${TinyXML_INCLUDE_DIRS} )
1717
1818add_executable (plugin_tool src/plugin_tool.cpp)
19- target_link_libraries (plugin_tool ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${TinyXML_LIBRARIES} )
19+ target_link_libraries (plugin_tool ${Boost_LIBRARIES} ${catkin_LIBRARIES} ${TinyXML_LIBRARIES} dl )
2020
2121install (TARGETS plugin_tool
2222 RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
99 cpp_common message_generation rosconsole roscpp_serialization roscpp_traits rosgraph_msgs rostime std_msgs xmlrpcpp
1010)
1111
12- set (CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} " )
12+ set (CMAKE_CXX_FLAGS "-g - std=c++11 ${CMAKE_CXX_FLAGS} " )
1313
1414catkin_package_xml()
1515# split version in parts and pass to extra file
You can’t perform that action at this time.
0 commit comments