]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove defunc & now deprecated SHOW_DEPRECATIONS flag
authorFriedrich W. H. Kossebau <kossebau@kde.org>
Tue, 28 Jun 2022 21:25:10 +0000 (23:25 +0200)
committerFriedrich W. H. Kossebau <kossebau@kde.org>
Tue, 28 Jun 2022 21:25:10 +0000 (23:25 +0200)
ecm_set_disabled_deprecation_versions() in versions < 5.96 was brokwn
when it comes to SHOW_DEPRECATIONS, warnings for newer deprecations
were disabled if the flag was set or not.
Starting with ECM 5.96 the macro now enables warnings by default,
so the flag is no longer needed.

GIT_SILENT

CMakeLists.txt

index 995369f415a2b63cc44ed368c84b69001f308c4a..69f999acbe847ece15e8235b9d1c25064fcff61f 100644 (file)
@@ -140,7 +140,7 @@ else()
     set(HAVE_TERMINAL TRUE)
 endif()
 
-ecm_set_disabled_deprecation_versions(SHOW_DEPRECATIONS
+ecm_set_disabled_deprecation_versions(
     QT 5.15
     KF 5.90
     KSERVICE 5.89 # We use KServiceTypeTrader in a compat code path