Skip to content

Commit 7774e6e

Browse files
author
Fernando Basello
committed
fix: react native 079 support
1 parent 6e5270e commit 7774e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)
22
project(HermesWorker)
33

44
set (CMAKE_VERBOSE_MAKEFILE ON)
5-
set (CMAKE_CXX_STANDARD 14)
5+
set (CMAKE_CXX_STANDARD 17)
66

77
if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
88
string(APPEND CMAKE_CXX_FLAGS " -DDEBUG")

0 commit comments

Comments
 (0)