remove incorrect C++20 check from test/CMakeLists.txt (#2663)
It disables entire branch of tests declaration unconditionally because CXX_STANDARD is not defined there. But even we use CMAKE_CXX_STANDARD here, these tests should not be disabled with standard >= C++20.
Showing
Please register or sign in to comment