diff options
-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: |