mirror of https://github.com/procxx/kepka.git
Fix CMake version for snap build
* With CMake 1.17.0-rc1, Python package is broken.
This commit is contained in:
parent
23d958e457
commit
f1c2d4fe3d
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue