diff --git a/CMakeLists.txt b/CMakeLists.txt index 31735116..eb4c9e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,8 @@ cmake_minimum_required(VERSION 3.10) project(WebUILibrary) # Set C++ standard -set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) # Variables for library names, source files, etc. set(WEBUI_OUT_LIB_NAME "webui-2")