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.
This commit is contained in:
Mikhail Zolotukhin 2022-02-04 21:53:07 +03:00
parent f12cd6ed08
commit 9f3c341f2c

View File

@ -48,7 +48,6 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)
include(KDEClangFormat)
include(ECMInstallIcons)