According to the root CMakeLists.txt in cmake, there is no way to do this on Windows. I&#39;ll probably have to build it through Cygwin itself, assuming UNIX is truthy when using Cygwin.<div><br></div><div><div>  # Use curses?</div>
<div>  IF (UNIX)</div><div>    # there is a bug in the Syllable libraries which makes linking ccmake fail, Alex</div><div>    IF(NOT &quot;${CMAKE_SYSTEM_NAME}&quot; MATCHES syllable)</div><div>      SET(CURSES_NEED_NCURSES TRUE)</div>
<div>      FIND_PACKAGE(Curses QUIET)</div><div>      IF (CURSES_LIBRARY)</div><div>        OPTION(BUILD_CursesDialog &quot;Build the CMake Curses Dialog ccmake&quot; ON)</div><div>      ELSE (CURSES_LIBRARY)</div><div>        MESSAGE(&quot;Curses libraries were not found. Curses GUI for CMake will not be built.&quot;)</div>
<div>        SET(BUILD_CursesDialog 0)</div><div>      ENDIF (CURSES_LIBRARY)</div><div>    ELSE(NOT &quot;${CMAKE_SYSTEM_NAME}&quot; MATCHES syllable)</div><div>      SET(BUILD_CursesDialog 0)</div><div>    ENDIF(NOT &quot;${CMAKE_SYSTEM_NAME}&quot; MATCHES syllable)</div>
<div>  ELSE (UNIX)</div><div>    SET(BUILD_CursesDialog 0)</div><div>  ENDIF (UNIX)</div><div><br></div><div>---------</div>Robert Dailey<br>
<br><br><div class="gmail_quote">On Fri, Nov 11, 2011 at 2:21 PM, Robert Dailey <span dir="ltr">&lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m using Cygwin with the MSVC toolchain and I need ccmake.exe. I can&#39;t use the one from the Cygwin package manager because it&#39;s older than the version I&#39;m using. I&#39;d like to build it myself through Visual Studio like I did with cmake and cmake-gui if possible. Any help?<br clear="all">

<div><br></div><div>---------</div><span class="HOEnZb"><font color="#888888">Robert Dailey<br>
</font></span></blockquote></div><br></div>