[CMake] How to build ccmake.exe on Windows?

Bill Hoffman bill.hoffman at kitware.com
Tue Nov 15 12:24:31 EST 2011


On 11/11/2011 3:21 PM, Robert Dailey wrote:
> I'm using Cygwin with the MSVC toolchain and I need ccmake.exe. I can't
> use the one from the Cygwin package manager because it's older than the
> version I'm using. I'd like to build it myself through Visual Studio
> like I did with cmake and cmake-gui if possible. Any help?


If you are using the MSVC toolchain, you can not use the cygwin built 
cmake.  That one only works with the cygwin toolchain.  You want the 
windows binaries from www.cmake.org.

-Bill



More information about the CMake mailing list