[Piglit] [PATCH] add missing whitespace if waffle was not found by cmake (trivial)

Felix Schwarz felix.schwarz at oss.schwarz.eu
Mon Feb 2 02:37:59 PST 2015


---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7874cf..162c4f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if(PIGLIT_USE_WAFFLE)
 		pkg_check_modules(Waffle REQUIRED waffle-1)
 
 		if(NOT Waffle_FOUND)
-			message(FATAL_ERROR "Failed to find Waffle. If Waffle"
+			message(FATAL_ERROR "Failed to find Waffle. If Waffle "
 			"is not packaged for your distribution, you can get "
 			"it at http://www.waffle-gl.org."
 		)
-- 
2.1.0



More information about the Piglit mailing list