From 5748756758d6e087134360670ecb85ef232e78b2 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 3 Apr 2024 13:52:55 +0200 Subject: [PATCH] fix libcamera cmake --- nonbloom.yaml | 9 +++++++++ thirdparty.yaml | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nonbloom.yaml b/nonbloom.yaml index 9067b9c5cc..b2ec5f4d15 100644 --- a/nonbloom.yaml +++ b/nonbloom.yaml @@ -33,3 +33,12 @@ px4_firmware: unstable: 1.13.2-dev testing: release_candidate stable: mrs_release + +libcamera_cmake: + architecture: [amd64, arm64] + source: https://github.com/ctu-mrs/libcamera_cmake + gitman: false + git_refs: + unstable: catkin + testing: release_candidate + stable: release diff --git a/thirdparty.yaml b/thirdparty.yaml index 2f0b9c6012..c6567ecb03 100644 --- a/thirdparty.yaml +++ b/thirdparty.yaml @@ -96,12 +96,3 @@ mins: unstable: master testing: release_candidate stable: release - -libcamera_cmake: - architecture: [amd64, arm64] - source: https://github.com/ctu-mrs/libcamera_cmake - gitman: false - git_refs: - unstable: catkin - testing: release_candidate - stable: release