From 2f85641ce9eab944fec0ad75c967d2fed50535b6 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Sat, 5 Jul 2014 06:25:28 -0700 Subject: cmake: Bump Mako requirement 0.7 -> 0.7.3 Tom reported that Mako 0.7 fails with a nasty Python backtrace, but Mako 0.7.3 works. I assume Piglit hits a bug that was fixed between 0.7 and 0.7.3. Reported-by: Tom Stellard Signed-off-by: Chad Versace --- cmake/Modules/PiglitFindMako.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/Modules/PiglitFindMako.cmake b/cmake/Modules/PiglitFindMako.cmake index 4b1fcf92f..eaca60180 100644 --- a/cmake/Modules/PiglitFindMako.cmake +++ b/cmake/Modules/PiglitFindMako.cmake @@ -36,7 +36,7 @@ # performing the check the check only if the cached MAKO_VERSION does not # satisfy the current value of MAKO_REQUIRED_VERSION. -set(MAKO_REQUIRED_VERSION "0.7") +set(MAKO_REQUIRED_VERSION "0.7.3") set(__MAKO_CHECK_VERSION_PY " try: -- cgit v1.2.3