summarylogtreecommitdiffstats
path: root/add_settings_pluginui_message_error.patch
blob: f4d2588bf0338f262b6e9e7f1f4c4119e81b36dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/avidemux_plugins/CMakeLists.txt b/avidemux_plugins/CMakeLists.txt
index afccc07bf..9fbf9ace8 100644
--- a/avidemux_plugins/CMakeLists.txt
+++ b/avidemux_plugins/CMakeLists.txt
@@ -151,7 +151,7 @@ SET(DO_CLI    0)
 SET(DO_SETTINGS    0)
 
 IF(NOT PLUGIN_UI)
-  MESSAGE(FATAL_ERROR "Please add -DPLUGIN_UI=[ALL|QT4|GTK|CLI|COMMON]")
+  MESSAGE(FATAL_ERROR "Please add -DPLUGIN_UI=[ALL|QT4|GTK|CLI|COMMON|SETTINGS]")
 ENDIF()
 
 IF(PLUGIN_UI MATCHES "ALL")