From dc3d153bb63556f6eb8d62ea2eede49d3ceb6d0c Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 28 Jun 2022 23:25:10 +0200 Subject: [PATCH] Remove defunc & now deprecated SHOW_DEPRECATIONS flag 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 995369f415..69f999acbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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