activemq-cpp compilation in catkin

asked 2017-04-18 03:19:06 -0500

can-43811 gravatar image

updated 2017-04-18 03:26:25 -0500

Hi, while building activemq-cpp package using catkin-make , i am getting below error. Error: can't specify link libraries for target "activemq" which is not built by this project.

it looks like target link library issue. i am trying to build in below manner by putting below configuration in CMakeLists.txt.

target_link_libraries(activeMQ {(catkin_LIBRARIES) {(ACTIVEMQ_LIBRARY_NAME)

}

can anybody throw some light on this.

edit retag flag offensive close merge delete