aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Gâteau <agateau@kde.org>2013-12-17 08:45:19 +0100
committerAurélien Gâteau <agateau@kde.org>2013-12-17 08:45:19 +0100
commit83f4d25981610a0357284084543c4896155cab4e (patch)
tree5f6c1c9d26a98c15b6acad46a330cca2d1be0362
parentd4424389fa9f7605bd8ccf193f902a2c0adc9e81 (diff)
downloadextra-cmake-modules-83f4d25981610a0357284084543c4896155cab4e.tar.gz
extra-cmake-modules-83f4d25981610a0357284084543c4896155cab4e.tar.bz2
Do not break kdelibs build while we can't commit to itplasma2tp
-rw-r--r--kde-modules/KDECompilerSettings.cmake3
1 files changed, 3 insertions, 0 deletions
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}")