From e869c3ddb7dd36035caab88a7f06d9a3b479eb8a Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Wed, 1 May 2024 16:08:37 +0900 Subject: [PATCH] update build_depends Signed-off-by: Yutaka Kondo --- build_depends.repos | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build_depends.repos b/build_depends.repos index f9d2398..89e4b62 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -3,7 +3,15 @@ repositories: type: git url: https://github.com/tier4/autoware_auto_msgs.git version: tier4/main + autoware_cmake: + type: git + url: https://github.com/autowarefoundation/autoware_cmake.git + version: main autoware_msgs: type: git url: https://github.com/autowarefoundation/autoware_msgs.git version: main + autoware_utils: + type: git + url: https://github.com/autowarefoundation/autoware_utils.git + version: main