revert to cmake minimum 3.10

This commit is contained in:
alemuntoni 2021-05-19 16:08:42 +02:00
parent 806e28411f
commit 4676ca5cb6
3 changed files with 3 additions and 20 deletions

View File

@ -28,29 +28,12 @@ apps:
- mount-observe
parts:
cmake:
source: https://github.com/Kitware/CMake
source-type: git
source-depth: 1
plugin: cmake
stage-packages:
- libssl-dev
override-build: |
mkdir -p build
cd build
cmake \
-DCMAKE_INSTALL_PREFIX=$SNAPCRAFT_STAGE/cmake \
$SNAPCRAFT_PART_SRC
make -j 4
make install
meshlab:
after: [cmake]
plugin: qmake
qt-version: qt5
source: https://github.com/cnr-isti-vclab/meshlab.git
build-packages:
#- cmake
- cmake
- qt5-default
- qttools5-dev-tools
- qtdeclarative5-dev

View File

@ -2,7 +2,7 @@
# Copyright 2019, 2021, Visual Computing Lab, ISTI - Italian National Research Council
# SPDX-License-Identifier: BSL-1.0
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.10)
project(MeshLab)
### Build options

@ -1 +1 @@
Subproject commit c150c3f6b66edbb21e96d02d373af264b44afdc2
Subproject commit 5c0ea8b20ea95adfc3a443ef60e02ee54057ec41