From 34ae443548b89a32194b7e69953d390f25ef6233 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 6 Jan 2026 20:40:15 +0100 Subject: [PATCH] CMake: Remove commented line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dc97ecb6..432c540f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,7 +253,6 @@ find_package(KDSingleApplication-qt${QT_VERSION_MAJOR} 1.1.0 REQUIRED) if(APPLE) find_library(SPARKLE Sparkle) - #find_package(SPMediaKeyTap REQUIRED) endif() if(WIN32)