scylladb / seastar

High performance server-side application framework
http://seastar.io
Apache License 2.0
8.39k stars 1.55k forks source link

build: do not check for CMAKE_CXX_STANDARD < 20 #2504

Closed tchaikov closed 1 month ago

tchaikov commented 1 month ago

in 5d3ee98073, we dropped the support of C++17. so no need to check if the C++ standard is less than 20 -- it should be always greater or equal to 20.

tchaikov commented 1 month ago

@scylladb/seastar-maint hello maintainers, could you help merge this change?