Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Nov 27, 2024
1 parent f6585e2 commit 1755de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ if(HERMES_IS_ANDROID)
endif()

if("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
# MSVC requires c++20
# MSVC requires c++20, because of the use of designated initializers in the codebase.
set(CMAKE_CXX_STANDARD 20)
else()
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 1755de5

Please sign in to comment.