01.12.2012 Kitware Collaborates with NREL on Software Process for Radiance Project
01.02.2012 CMake 2.8.7 Now Available
201110.31.2011 Kitware Courses Move to Webinar Format
10.04.2011 CMake 2.8.6 Now Available
10.04.2011 Kitware Books on Amazon in France and Germany
| Published January 01, 2003 |
Related sites: CMake, Software Process
CMake 1.6 Released
This release 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. Version 1.6 includes a wxWindows based GUI for use on MacOSX.
This version includes a number of enhancements, bug fixes, and new features. The Modules directory includes a number of new tests and macros that can be used in your projects.