Skip to content

Commit

Permalink
fix: upgrade C++ Standard to C++14 for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Feb 17, 2024
1 parent 352d8d1 commit 26c40e4
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.4.1)

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

# add directories to "include" search paths
include_directories(
Expand Down

0 comments on commit 26c40e4

Please sign in to comment.