CentOS 5.x :
There is a cmake-2.8.10 in the Milliams repo.
Please add this new repo file "milliams.repo" to /etc/yum.repos.d :
Code:
[milliams]
name=Milliams
baseurl=http://download.opensuse.org/repositories/home:/Milliams/CentOS_5/
failovermethod=priority
enabled=1
gpgcheck=1
A 32bits OS : # yum install cmake
And a 64bits OS : # yum install cmake.x86_64
-