Skip to content

Commit

Permalink
Build: Fix minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed May 20, 2018
1 parent e5ff990 commit 7db3272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/LibAddPlugin.cmake
Expand Up @@ -196,7 +196,7 @@ function (restore_variable PLUGIN_NAME VARIABLE)
message (
FATAL_ERROR
"Internally inconsistency, plugin ${PLUGIN_NAME} got different values for variable ${VARIABLE}: '${${VARIABLE}}' != '${VAR}'"
"Concatinate variables that contain the value of ${VARIABLE} in a single variable during the DEPENDENCY_PHASE."
"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."
)
endif ()
Expand Down

0 comments on commit 7db3272

Please sign in to comment.