From 9f3c341f2cbc090a6581f83553bc5f1f8934d679 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Fri, 4 Feb 2022 21:53:07 +0300 Subject: [PATCH] chore!: remove KDECompilerSettings Those settings break every sane testing framework in the existence: GTest, Catch, Doctest. Given, that they do not provide any tangible benefit, they should be disabled. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ebecdfe..5d981e55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,6 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) include(KDEClangFormat) include(ECMInstallIcons)