[Piglit] [PATCH] cmake: Give an early error message when the required make.template module is not available.

2012-06-13 Thread jfonseca
From: José Fonseca jfons...@vmware.com --- CMakeLists.txt | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7202417..0aad196 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,16 +76,24 @@ if(NOT DEFINED python)

Re: [Piglit] [PATCH] cmake: Give an early error message when the required make.template module is not available.

2012-06-13 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/13/2012 01:47 AM, jfons...@vmware.com wrote: From: José Fonseca jfons...@vmware.com --- CMakeLists.txt | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index