Skip to content

Commit

Permalink
{common} Remove duplicate path
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Street <[email protected]>
  • Loading branch information
sgstreet committed Nov 6, 2024
1 parent a59397b commit b99fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-ros-common/classes/ros_cmake.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ EXTRA_OECMAKE:prepend:class-native = "\
"

EXTRA_OECMAKE:prepend:class-nativesdk = "\
-DCMAKE_PREFIX_PATH='${STAGING_DIR_NATIVE}/opt/ros/${ROS_DISTRO};${STAGING_DIR_NATIVE}${ros_prefix};${STAGING_DIR_NATIVE}${prefix}' \
-DCMAKE_PREFIX_PATH='${STAGING_DIR_NATIVE}${ros_prefix};${STAGING_DIR_NATIVE}${prefix}' \
-DCMAKE_INSTALL_PREFIX:PATH='${ros_prefix}' \
"

0 comments on commit b99fe2b

Please sign in to comment.