Skip to content

Commit 316f86f

Browse files
tsaichienfacebook-github-bot
authored andcommitted
Build JSI with C++17 (facebook#50413)
Summary: Pull Request resolved: facebook#50413 Build JSI with C++17. Changelog: [Internal] Reviewed By: dannysu Differential Revision: D72079417 fbshipit-source-id: 3b7796a100db8db75a7089423be303312a4f0e10
1 parent cda82f5 commit 316f86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
set(CMAKE_CXX_STANDARD 14)
6+
set(CMAKE_CXX_STANDARD 17)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88

99
add_library(jsi

0 commit comments

Comments
 (0)