From bb2400c9be09b9b74e63a07f060335b5196f49d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20Schwaiger?= Date: Sun, 20 May 2018 06:00:09 +0200 Subject: [PATCH] Build: Reformat CMake code --- cmake/Modules/LibAddPlugin.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/Modules/LibAddPlugin.cmake b/cmake/Modules/LibAddPlugin.cmake index 94bf06598b7..4356540277c 100644 --- a/cmake/Modules/LibAddPlugin.cmake +++ b/cmake/Modules/LibAddPlugin.cmake @@ -197,8 +197,7 @@ function (restore_variable PLUGIN_NAME VARIABLE) FATAL_ERROR "Internally inconsistency, plugin ${PLUGIN_NAME} got different values for variable ${VARIABLE}: '${${VARIABLE}}' != '${VAR}'" "Concatenate variables that contain the value of ${VARIABLE} in a single variable during the DEPENDENCY_PHASE." - "Make sure that only a single variable is passed to every argument of add_plugin." - ) + "Make sure that only a single variable is passed to every argument of add_plugin.") endif () else ()