Answers for "docker Problem with the CMake installation, aborting build. CMake executable is cmake"

1

docker Problem with the CMake installation, aborting build. CMake executable is cmake

For alpine linux - run:

apk add cmake

For debian/ubuntu - run:

apt-get install cmake

For redhat/fedora/centos - run:

yum install cmake
Posted by: Guest on July-12-2021

Code answers related to "docker Problem with the CMake installation, aborting build. CMake executable is cmake"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language