Fix CMake version for snap build

* With CMake 1.17.0-rc1, Python package is broken.
This commit is contained in:
Nicholas Guriev 2020-02-22 09:09:35 +03:00 committed by John Preston
parent 23d958e457
commit f1c2d4fe3d

View File

@ -170,7 +170,7 @@ parts:
cmake:
source: "https://gitlab.kitware.com/cmake/cmake.git"
source-depth: 1
source-branch: master
source-tag: v3.16.4
source-type: git
plugin: make
override-build: |