[Cmake] CMake 0.94 released

Ken Martin ken.martin at kitware.com
Wed Sep 19 16:43:06 EDT 2001


I have tagged and released CMake 0.94, the rtf and pdf have been
updated. Here is some  brief relese info

CMake Version 0.94


This is the 0.94 beta release of CMake for Windows. This is still a
beta release so no features or commands are fixed in stone. If you
find bugs send them to kitware at kitware.com with a subject of CMake
Bug. See http://public.kitware.com/CMake for additional information.

Changes from 0.92 to 0.94

Fixed the FIND_FILE command to not fail if the file isn’t found. Added
a command to support mangled mesa. Removed the nightly Dart targets
and some of the experimental Dart targets from Dart.cmake on windows.
Made Debug the default configuration for windows. Added a first cut at
support for Borland thanks to John Biddiscomb. Many fixes for
Window98.

Changes from 0.8 to 0.92

Added better support for network paths in the binary or source trees.
Performance improvements. Bug fixes when switching between multiple
CMake projects, the cache was getting corrupted. Added ctest program
to run any tests specified with the ADD_TEST command. Added more test
cases for CMake. Fixed problem where $OUTDIR was used when $INTDIR
should have been used. This primarily impacted people with a CMake
based project that depended on another CMake based project.
Improvements to the LOAD_CACHE command to support multiple projects
sharing a cache.

Changes from 0.6 to 0.8

Better support for parallel builds on UNIX with SUBDIR_DEPENDS
command. Support for libraries that must be static or shared. Addition
of the FOREACH command.  Cleanup of the cache / makefile interface.
Many improvements to the GUI including highlighting of changed or new
cache entries. Addition of the INSTALL_PROGRAM command to install
executable programs or scripts. Improved options on the IF command
including AND, OR, and MATCHES. Performance improvements. Many bug
fixes.





More information about the CMake mailing list