Skip to content

Commit

Permalink
Fix clang and cppstd versions in conanprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 10, 2024
1 parent 122fc41 commit 5b1247b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/conanprofile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b1247b

Please sign in to comment.