From abf080cd2c27867f3da67c2bea6045230ae5991b Mon Sep 17 00:00:00 2001 From: Kate Grechishkina <khrechyshkina@gitlab.com> Date: Mon, 24 Jul 2023 17:21:13 +0000 Subject: [PATCH] Add a note about supported conan version to build_packages.md --- doc/user/packages/workflows/build_packages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user/packages/workflows/build_packages.md b/doc/user/packages/workflows/build_packages.md index eab1e4392e3dc..a0757e968bc6f 100644 --- a/doc/user/packages/workflows/build_packages.md +++ b/doc/user/packages/workflows/build_packages.md @@ -51,6 +51,10 @@ Learn how to install and build packages different package formats. ### Install Conan +Prerequisite: + +- You must install Conan version 1.x. Support for Conan version 2 is proposed in [epic 8258](https://gitlab.com/groups/gitlab-org/-/epics/8258). + Download the Conan package manager to your local development environment by following the instructions at [conan.io](https://conan.io/downloads.html). -- GitLab