From 2962edde7df165d1d4f349f658270148f24b26ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Thu, 12 Oct 2023 02:20:36 +0300 Subject: [PATCH] Support sigcpp3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar --- CMakeLists.txt | 2 ++ i3ipc++ | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8bf269..89ba840 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings) +set(CMAKE_CXX_STANDARD 17) + find_package(KF5Plasma REQUIRED) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Quick) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma) diff --git a/i3ipc++ b/i3ipc++ index edb1a86..50ae728 160000 --- a/i3ipc++ +++ b/i3ipc++ @@ -1 +1 @@ -Subproject commit edb1a864f04c2fdf1e83d7bd23017b62b08961ca +Subproject commit 50ae7287c2ddb57fb81381d0e0d3775b77bd5f66