Skip to content

Commit

Permalink
Update to c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jul 4, 2024
1 parent 2f4eb60 commit c34c0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/realm_dart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message("Realm Dart")
message("CMAKE_BINARY_DIR is ${CMAKE_BINARY_DIR}")
message("PROJECT_SOURCE_DIR is ${PROJECT_SOURCE_DIR}")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED on)
set(CMAKE_CXX_EXTENSIONS off)

Expand Down

0 comments on commit c34c0ef

Please sign in to comment.