add missing space in the testing build warning

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2017-04-27 02:32:46 +00:00
parent a0bca8a769
commit 25fe9cb9d0

View file

@ -443,7 +443,7 @@ if(ENABLE_TESTING)
message(WARNING
"\nUnless it is intentionall you should not enable testing, deploying tests builds"
" is a bad idea.\n\n"
"Prior to runing the test you will have to unset the QT_PLUGIN_PATH environmental"
"Prior to runing the test you will have to unset the QT_PLUGIN_PATH environmental "
"variable if you have Qt4 installed on the system because the plugins are not "
"compatible and using them will cause undefined behaviour."
)