[Piglit] [PATCH] add missing whitespace if waffle was not found by cmake (trivial)
Dylan Baker
baker.dylan.c at gmail.com
Mon Feb 2 10:36:16 PST 2015
Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
On Monday, February 02, 2015 11:37:59 Felix Schwarz wrote:
> ---
> 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
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150202/398d233a/attachment.sig>
More information about the Piglit
mailing list