]> granicus.if.org Git - graphviz/commit
Install CMake 3 instead of CMake 2 in Centos 7 Docker image
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 12 Oct 2020 08:37:07 +0000 (10:37 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 15 Oct 2020 16:10:45 +0000 (18:10 +0200)
commit18b4f4ef37c1e291446dc2204443d61be3c0518a
treed3c4cb8e111ebda501f944e13a8a34f9b5b16f51
parent5ecf96f9d11a8c6db65a22735a0edbe6b5bc9531
Install CMake 3 instead of CMake 2 in Centos 7 Docker image

Some constructs used in the CMake builds are not supported in CMake 2, e.g. the $<TARGET_OBJECTS:common_obj> generator expression.

See also:

* https://centos.pkgs.org/7/epel-x86_64/cmake3-3.17.3-3.el7.x86_64.rpm.html#howto
* https://stackoverflow.com/questions/48831131/cmake-on-linux-centos-7-how-to-force-the-system-to-use-cmake3
ci/centos7/Dockerfile