According to the root CMakeLists.txt in cmake, there is no way to do this on Windows. I'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 "${CMAKE_SYSTEM_NAME}" 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 "Build the CMake Curses Dialog ccmake" ON)</div><div> ELSE (CURSES_LIBRARY)</div><div> MESSAGE("Curses libraries were not found. Curses GUI for CMake will not be built.")</div>
<div> SET(BUILD_CursesDialog 0)</div><div> ENDIF (CURSES_LIBRARY)</div><div> ELSE(NOT "${CMAKE_SYSTEM_NAME}" MATCHES syllable)</div><div> SET(BUILD_CursesDialog 0)</div><div> ENDIF(NOT "${CMAKE_SYSTEM_NAME}" 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"><<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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?<br clear="all">
<div><br></div><div>---------</div><span class="HOEnZb"><font color="#888888">Robert Dailey<br>
</font></span></blockquote></div><br></div>