Skip to content

Commit

Permalink
Build: Reformat CMake code
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed May 20, 2018
1 parent 7db3272 commit bb2400c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/Modules/LibAddPlugin.cmake
Expand Up @@ -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 ()

Expand Down

0 comments on commit bb2400c

Please sign in to comment.