[cmake-developers] problem installing cmake 3.3.1 on CentOS release 6.6 cluster
Ben Boeckel
ben.boeckel at kitware.com
Wed Aug 19 20:56:16 EDT 2015
On Wed, Aug 19, 2015 at 12:37:42 -0400, Chuck Atkins wrote:
> Instead of an install, try to run "make package". This will create
> cmake-3.3.1-Linux-x86_64.tar.gz that you should be able to extract anywhere
> you want to install it to.
Alternatively:
$ # install with CMAKE_INSTALL_PREFIX as wanted
$ make DESTDIR=/tmp install
$ # copy that install over
--Ben
More information about the cmake-developers
mailing list