activemq-cpp compilation in catkin
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.