diff options
author | UK992 <urbankrajnc92@gmail.com> | 2017-04-11 23:29:06 +0200 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2017-04-11 23:34:13 +0200 |
commit | e3654e14c58d320379e15b6b39f9b8b1ab766148 (patch) | |
tree | e107888af4eb81785806d080c6325d7586fedbaf /python/servo/packages.py | |
parent | 9b35fd9472923c669a33ae51808068f63cb4db83 (diff) | |
download | servo-e3654e14c58d320379e15b6b39f9b8b1ab766148.tar.gz servo-e3654e14c58d320379e15b6b39f9b8b1ab766148.zip |
Update cmake to 3.7.2
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 1413e1c645a..8e9bd22c69f 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -18,7 +18,7 @@ WINDOWS_GNU = set([ ]) WINDOWS_MSVC = { - "cmake": "3.6.1", + "cmake": "3.7.2", "moztools": "0.0.1-5", "ninja": "1.7.1", "openssl": "1.1.0e-vs2015", |