How to install cmake on Windows 64 bit
c, c++, cmake, visual-c++, windows
Solution
There is really no reason for a 64bit native CMake. CMake is only building the configuration, so you can use it to build configurations for 64bit software, even with the 32bit version.
That being said, if you truly want a 64bit native version, you could always download the source and compile it. There is no 64bit installer, however.
Problem
The download page for cmake only shows a 32 bit installer for windows. Any idea how to install it on 64 windows systems.