<html>
<body>
There has been a new release of the official cmake 1.6.1.<br>
This is a major release from 1.4.7 to 1.6.1.  
<font size=2>Version 1.6 <br>
includes a number of new features to help make project management <br>
easier. Version 1.6 includes TRY_COMPILE and TRY_RUN  which can be
<br>
used to test for features of the compiler or system that you are on.
<br>
The MACRO command allows repeated CMakeLists code to be encapsulated
<br>
into a macro. If you need to perform very complex operations the <br>
LOAD_COMMAND command allows you to write your own CMake command <br>
using a C API that can be compiled and loaded into CMake as part <br>
of the configuration process. <br><br>
<br><br>
</font>Here are the required files:<br><br>
<a href="ftp://www.cmake.org/pub/cmake/cygwin/setup.hint" eudora="autourl">ftp://www.cmake.org/pub/cmake/cygwin/setup.hint</a><br>
<a href="ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1.tar.bz2" eudora="autourl">ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1.tar.bz2</a><br>
<a href="ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1-src.tar.bz2" eudora="autourl">ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6</a>.1<a href="ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1-src.tar.bz2" eudora="autourl">-1-src.tar.bz2</a><br><br>
<br><br>
<br>
<pre># CMake setup.hint file for cygwin setup.exe program
category: Devel 
requires: libncurses6 cygwin 
sdesc: "A cross platform build manger" 
ldesc: "CMake is a cross platform build manager. It allows you to
specify build parameters for C and C++ programs in a cross platform
manner. For Cygwin Makefiles will be generated. CMake is also capable of
generating Microsoft project files, nmake, and Borland makefiles. CMake
can also perform system inspection operations like finding installed
libraries and header files." 
prev: 1.4.7-1
curr: 1.6.1-1

</body>
</html>