GIT_SILENT: it compiles fine without deprecated methods

Authored by mlaurent on Nov 7 2019, 7:15 AM.

Description

GIT_SILENT: it compiles fine without deprecated methods

Details

Committed
mlaurentNov 7 2019, 7:15 AM
Parents
R161:0b36c8f9aa46: Remove transient file CMakeLists.txt.user
Branches
Unknown
Tags
Unknown

This now results in failing builds due to KDBusConnectionPool having become deprecated: https://build.kde.org/view/Failing/job/Administration/job/Dependency%20Build%20Plasma%20stable-kf5-qt5%20FreeBSDQt5.13/lastFailedBuild/console

I can only repeat: do not use *DISABLE_DEPRECATED_BEFORE*=0x060000, it can and thus will break things for stable releases given all the new deprecation happening.

Just reporting here, someone else has to fix it.