diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2014-07-05 06:25:28 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2014-07-05 06:25:28 -0700 |
commit | 2f85641ce9eab944fec0ad75c967d2fed50535b6 (patch) | |
tree | 7f869f096af5b3874a9e1950c7d01016795a9416 /cmake | |
parent | 3b7902125e722da8eda12e4aa6c7d16bc35e440a (diff) |
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 <tom@stellard.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/PiglitFindMako.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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: |