summarylogtreecommitdiffstats
path: root/add_settings_pluginui_message_error.patch
blob: 8230d0bc4b3d2f03e6394046d72fce7d8f32ce44 (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 ee7148c..eb34e95 100644
--- a/avidemux_plugins/CMakeLists.txt
+++ b/avidemux_plugins/CMakeLists.txt
@@ -88,7 +88,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 (NOT PLUGIN_UI)
 
 if(PLUGIN_UI MATCHES "ALL")