From 6bef7325d68320bdf0dc0aa2f305b9861f4e96a7 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 10 Apr 2021 07:30:46 +0200 Subject: [PATCH] GIT_SILENT: use c++17 as in the future we will depend against ecm which depend on it --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3699bf..9ab738f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ endif() add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055200) -set(CMAKE_CXX_STANDARD 14) +set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) ########### CMake Config Files ###########