Skip to content
Snippets Groups Projects
Commit 24ca7269 authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier
Browse files

rostest: add catkin devel space the CMAKE_FIND_ROOT_PATH


Rostest depends on its own package and therefore needs to search
in the devel space for the rostestConfig.cmake during native
build.

| CMake Error at /.../usr/share/catkin/cmake/find_program_required.cmake:5 (message):
|   rostest not found
|

Signed-off-by: default avatarStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
parent 5ab84a4c
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,5 @@ DEPENDS = "boost rosunit-native"
require ros-comm.inc
S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"
OECMAKE_EXTRA_ROOT_PATH_class-native = "${OECMAKE_BUILDPATH}/devel"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment