Fix build
Some components needed to be updated to cpp17 to support
std::variant and some components had incorrect dbus
interfaces for what is currently available. Fix it so it
builds.
Also re-clangformat some files
Tested-by: build passed
Change-Id: I4d43dc47a5facfc096dd6ccf64d098d796f11016
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/gpio/CMakeLists.txt b/gpio/CMakeLists.txt
index bd51f3e..b2d25ab 100644
--- a/gpio/CMakeLists.txt
+++ b/gpio/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
project(chassisgpio CXX)
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(LIBRARY_NAME "${PROJECT_NAME}")