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 5, 2024
1 parent 1c72120 commit 5e23285
Showing 1 changed file with 1 addition and 1 deletion.
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 5e23285

Please sign in to comment.