ros-acceleration / acceleration_examples

ROS 2 package examples demonstrating the use of hardware acceleration.
Apache License 2.0
39 stars 19 forks source link

CMake Error unknown arguments #16

Open dirksavage88 opened 2 years ago

dirksavage88 commented 2 years ago

https://github.com/ros-acceleration/acceleration_examples/blob/ee0252081663c38a98d8fa56cc7bdc282c1e0948/nodes/doublevadd_publisher/CMakeLists.txt#L50

Screenshot from 2022-02-06 20-27-29

Instead of STREQUAL, I used MATCHES and this fixed the CMake arg error.

vmayoral commented 2 years ago

Thanks! Would you like to send a PR with this change?