OSDN Git Service

add missing space in the testing build warning
authorIvailo Monev <xakepa10@laimg.moc>
Thu, 27 Apr 2017 02:32:46 +0000 (02:32 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Thu, 27 Apr 2017 02:32:46 +0000 (02:32 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
CMakeLists.txt

index d936677..c95babe 100644 (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."
     )