From 83f4d25981610a0357284084543c4896155cab4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Tue, 17 Dec 2013 08:45:19 +0100 Subject: Do not break kdelibs build while we can't commit to it --- kde-modules/KDECompilerSettings.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index 96d541dd..a58887a2 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -362,3 +362,6 @@ endif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel") add_compiler_export_flags() # from GenerateExportHeader.cmake add_definitions(${_KDE4_PLATFORM_DEFINITIONS}) + +# TODO: remove once http://git.reviewboard.kde.org/r/114502/ is in +set(KDE4_ENABLE_EXCEPTIONS "${KDE_ENABLE_EXCEPTIONS}") -- cgit v1.2.1