Upgrade to c++20
C++20 is the standard on the project these days. Upgrade to it.
Tested: Code compiles.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I6c1a9fd4cea6dcbaf972f396b53ffb381c045e2a
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4acdccf..4c6fd3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
project (ipmbbridged CXX)
-set (CMAKE_CXX_STANDARD 17)
+set (CMAKE_CXX_STANDARD 20)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# Temporarily disable rtti