aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/Effect/CMakeLists.txt b/src/plugins/Effect/CMakeLists.txt
index a777010b9..d2303428b 100644
--- a/src/plugins/Effect/CMakeLists.txt
+++ b/src/plugins/Effect/CMakeLists.txt
@@ -1,8 +1,5 @@
SET(USE_SRC TRUE CACHE BOOL "enable/disable SRC plugin")
IF(USE_SRC)
-MESSAGE( STATUS "SRC ON")
add_subdirectory(srconverter)
-ELSE(USE_SRC)
-MESSAGE( STATUS "SRC OFF")
ENDIF(USE_SRC)