From 92c9c0bcfb3c37930cb8885386950e10263d6e1a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 20 Jul 2019 07:51:07 +0000 Subject: fixed cmake warnings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8999 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index b7c574269..f6c81baf5 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -30,7 +30,7 @@ ENDIF(USE_SCROBBLER) IF(USE_LISTENBRAINZ) add_subdirectory(listenbrainz) -ENDIF(USE_SLISTENBRAINZ) +ENDIF(USE_LISTENBRAINZ) IF(USE_STATICON) add_subdirectory(statusicon) -- cgit v1.2.3-13-gbd6f