Skip to content

Commit e6664ed

Browse files
authored
fix: set C++ standard to C++20 in CMakeLists.txt (#743)
1 parent 632ae2e commit e6664ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project("livemarkdown")
33
cmake_minimum_required(VERSION 3.13)
44

55
set(CMAKE_VERBOSE_MAKEFILE on)
6+
set(CMAKE_CXX_STANDARD 20)
67

78
include("${REACT_NATIVE_ROOT_DIR}/ReactAndroid/cmake-utils/folly-flags.cmake")
89
add_compile_options(${folly_FLAGS})

0 commit comments

Comments
 (0)