diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-04-24 15:07:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 15:07:31 -0400 |
commit | 817aa49dc7abc73863560c510cd81a2fad8f854b (patch) | |
tree | 76d903846637bbd8a9e1ff3012c61d99a8e9a144 /python/servo | |
parent | ec680de0635932201655318a3acf446c40b14e03 (diff) | |
download | servo-817aa49dc7abc73863560c510cd81a2fad8f854b.tar.gz servo-817aa49dc7abc73863560c510cd81a2fad8f854b.zip |
Update cmake for MSVC builds.
Diffstat (limited to 'python/servo')
-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 c6cea729515..18940cb79e2 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -3,7 +3,7 @@ # You can obtain one at https://mozilla.org/MPL/2.0/. WINDOWS_MSVC = { - "cmake": "3.7.2", + "cmake": "3.14.3", "llvm": "7.0.0", "moztools": "3.2", "ninja": "1.7.1", |