From d47d7882d71e4a02a14a741d9eed4c62b034c89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 3 Jan 2022 02:28:59 +0100 Subject: Add CXX_FEATURES for libraries to ensure build with at least C++11. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index e0aa29709..0d0e22859 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -47,7 +47,7 @@ tde_add_library( polkit-tqt-core SHARED AUTOMOC polkit-tqt-subject.cpp polkit-tqt-temporaryauthorization.cpp VERSION 0.0.0 + CXX_FEATURES cxx_nullptr LINK ${TQT_LIBRARIES} ${POLKIT_GOBJECT_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) - -- cgit v1.2.1