This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CMake 1.6.1-1


There has been a new release of the official cmake 1.6.1.
This is a major release from 1.4.7 to 1.6.1.   Version 1.6
includes a number of new features to help make project management
easier. Version 1.6 includes TRY_COMPILE and TRY_RUN  which can be
used to test for features of the compiler or system that you are on.
The MACRO command allows repeated CMakeLists code to be encapsulated
into a macro. If you need to perform very complex operations the
LOAD_COMMAND command allows you to write your own CMake command
using a C API that can be compiled and loaded into CMake as part
of the configuration process.



Here are the required files:

ftp://www.cmake.org/pub/cmake/cygwin/setup.hint
ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1.tar.bz2
ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.6.1-1-src.tar.bz2




# 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








Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]