catkin_simple and ignition in Noetic

asked 2020-11-07 03:44:19 -0500

Juan gravatar image

Greetings, I am porting code from Kinetic to Noetic.

I am getting the following error for a generator expression: ''' CMake Error at /media/vmrguser/sdd/ros/noetic/ros_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:135 (target_link_libraries): Error evaluating generator expression:

$<TARGET_PROPERTY:ignition-common3::ignition-common3,INTERFACE_INCLUDE_DIRECTORIES>

Target "ignition-common3::ignition-common3" not found. Call Stack (most recent call first): ''' I guess I am using an updated ignition directory, but I am not sure how to update the modification as it connects to catkin_simple.

edit retag flag offensive close merge delete