From b3f48b66181fa1031aa981ffdeb46f4528072f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Tue, 8 Apr 2025 14:34:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D1=80=D0=B0=D0=B1=D0=BE=D1=87?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9e6dd1fd9675183d8826793cf5acf955ed77c334) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f84a35..2132949 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -conan install . --output-folder=./build --build=missing -conan install . -pr /abs/path/to/myprofile +conan install . -pr ./profiles/debug_profile --output-folder=cmake-build-debug --build=missing + +conan install . -pr ./profiles/release_profile --output-folder=cmake-build-release --build=missing