Skip to content

Commit

Permalink
CI: Fixing order of PREFIX_PATH in cross-builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley authored and amc-nu committed Sep 27, 2019
1 parent 3d3d56e commit 8ef8a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variables:
--cmake-args
-DCMAKE_TOOLCHAIN_FILE=${AUTOWARE_TOOLCHAIN_FILE_PATH}
-DCMAKE_SYSTEM_PROCESSOR=${AUTOWARE_TARGET_ARCH}
-DCMAKE_PREFIX_PATH="${AUTOWARE_SYSROOT}/opt/ros/${ROS_DISTRO};${CI_PROJECT_DIR}/install"
-DCMAKE_PREFIX_PATH="${CI_PROJECT_DIR}/install;${AUTOWARE_SYSROOT}/opt/ros/${ROS_DISTRO}"
-DCMAKE_FIND_ROOT_PATH=${CI_PROJECT_DIR}/install

build_kinetic:
Expand Down

0 comments on commit 8ef8a5e

Please sign in to comment.