Open kikislater opened 2 years ago
Here is the relevant part of the log:
CMake Error at Installation/demo/CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.12...3.20 or higher is required. You are running version 3.6.2
You need to use a more recent version of cmake.
Please reopen, it's cmake inside your docker image, not my distribution ...
What do you mean by "your docker image"? Our test images are here: https://github.com/CGAL/cgal-testsuite-dockerfiles
@sloriot @kikislater is talking about the container image from https://github.com/CGAL/bundle-CGAL-3D-demo.
It builds fine with old version CGAL-5.1-Ic-152 tried :
docker run --rm -t -i -v $PWD/build:/build:Z -v $PWD/results:/results:Z -v $PWD/scripts:/scripts:ro -v $PWD/dist:/dist:Z -v /home/sylvain/build/CGAL-5.1-Ic-152/:/cgal:ro docker.io/cgal/bundle-3d-demo 'bash -x /scripts/build.sh -j6 && bash -x /scripts/deploy.sh'
But not with recent cgal release due to out of date package in docker image available in docker hub
@lrineau @SaillantNicolas is this fixed in latest versions of the docker images?
Actually, the latest version of the Docker image dates from 2020. And, as it was not tested, it has rotted, as any piece of code that is not tested.
We should:
Bundle CGAL 3D demo error doesn't build
Issue Details
CMake error :
Source Code
Environment