From 1b809ed849b234403180473bd74d505a29f3a008 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 30 Jun 2018 15:36:51 +0200 Subject: [PATCH] Update boost version --- nix/build-all.py | 4 ++-- win/build-deps.cmd | 35 +++++++++++++++++++++-------------- win/run-cmake.bat | 9 ++++++--- 3 files changed, 29 insertions(+), 19 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 28c3cf4838..6a89eb3602 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -64,10 +64,10 @@ OCE_VERSION="0.18" OCCT_VERSION="7.2.0" OCCT_HASH="88af392" PYTHON_VERSIONS=["2.7.12", "3.2.6", "3.3.6", "3.4.6", "3.5.3", "3.6.2"] -BOOST_VERSION="1.59.0" +BOOST_VERSION="1.67.0" PCRE_VERSION="8.39" LIBXML_VERSION="2.9.3" -CMAKE_VERSION="3.4.1" +CMAKE_VERSION="3.11.4" ICU_VERSION="56.1" SWIG_VERSION="3.0.12" diff --git a/win/build-deps.cmd b/win/build-deps.cmd index a37eabcca5..0e00db8dda 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -85,6 +85,14 @@ FOR %%i IN (powershell git cmake) DO ( where.exe %%i 1> NUL 2> NUL || call cecho.cmd 0 12 "Required tool `'%%i`' not installed or not added to PATH" && goto :ErrorAndPrintUsage ) +cmake --version | findstr version > temp.txt +set /p CMAKE_VERSION=