Skip to content

Commit 5b1247b

Browse files
Fix clang and cppstd versions in conanprofile
1 parent 122fc41 commit 5b1247b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/conanprofile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ include(default)
44
os=Android
55
os.api_level=23
66
compiler=clang
7-
compiler.version=12
8-
compiler.cppstd=17
7+
compiler.version=17
8+
compiler.cppstd=20
99
compiler.libcxx=c++_shared
1010
build_type=RelWithDebInfo
1111

0 commit comments

Comments
 (0)