From 052f82743e6a018edaeede3b81955b2121fa6312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Jan 2022 18:55:11 +0100 Subject: Added CXX_FEATURES for remaining 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 --- ksvg/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ksvg/core/CMakeLists.txt') diff --git a/ksvg/core/CMakeLists.txt b/ksvg/core/CMakeLists.txt index 3818acaf..db2ac2be 100644 --- a/ksvg/core/CMakeLists.txt +++ b/ksvg/core/CMakeLists.txt @@ -48,4 +48,5 @@ tde_add_library( ksvgcore STATIC_PIC AUTOMOC SOURCES KSVGLoader.cpp KSVGCanvas.cpp KSVGReader.cpp KSVGTextChunk.cpp CanvasFactory.cpp CanvasItems.cpp KSVGHelper.cpp DocumentFactory.cpp + CXX_FEATURES cxx_nullptr ) -- cgit v1.2.3