diff options
author | Aurélien Gâteau <agateau@kde.org> | 2013-12-17 08:45:19 +0100 |
---|---|---|
committer | Aurélien Gâteau <agateau@kde.org> | 2013-12-17 08:45:19 +0100 |
commit | 83f4d25981610a0357284084543c4896155cab4e (patch) | |
tree | 5f6c1c9d26a98c15b6acad46a330cca2d1be0362 | |
parent | d4424389fa9f7605bd8ccf193f902a2c0adc9e81 (diff) | |
download | extra-cmake-modules-plasma2tp.tar.gz extra-cmake-modules-plasma2tp.tar.bz2 |
Do not break kdelibs build while we can't commit to itplasma2tp
-rw-r--r-- | kde-modules/KDECompilerSettings.cmake | 3 |
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}") |