CMake: Remove commented line

This commit is contained in:
Jonas Kvinge
2026-01-06 20:40:15 +01:00
parent 1c9e99e776
commit 34ae443548

View File

@@ -253,7 +253,6 @@ find_package(KDSingleApplication-qt${QT_VERSION_MAJOR} 1.1.0 REQUIRED)
if(APPLE) if(APPLE)
find_library(SPARKLE Sparkle) find_library(SPARKLE Sparkle)
#find_package(SPMediaKeyTap REQUIRED)
endif() endif()
if(WIN32) if(WIN32)