From 5b1247bfb72a145958bd609f8256dcfe1e11f554 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sat, 10 Aug 2024 04:30:34 +0300 Subject: [PATCH] Fix clang and cppstd versions in conanprofile --- app/conanprofile.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/conanprofile.txt b/app/conanprofile.txt index f6b1ba1f6077..4047180cb7b6 100644 --- a/app/conanprofile.txt +++ b/app/conanprofile.txt @@ -4,8 +4,8 @@ include(default) os=Android os.api_level=23 compiler=clang -compiler.version=12 -compiler.cppstd=17 +compiler.version=17 +compiler.cppstd=20 compiler.libcxx=c++_shared build_type=RelWithDebInfo