Skip to content

Commit

Permalink
Merge pull request #405 from cavanierc/main
Browse files Browse the repository at this point in the history
Use C++ 20 in android Cmakelists to fix build
  • Loading branch information
dcangulo authored Jan 26, 2024
2 parents c71e65c + fc5f775 commit aa3598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4.1)
project(PkceChallenge)

set (CMAKE_VERBOSE_MAKEFILE ON)
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD 14)

add_library(cpp
SHARED
Expand Down

0 comments on commit aa3598c

Please sign in to comment.