[Cmake] CMake 1.8.1 Released

Ken Martin ken . martin at kitware . com
Tue, 16 Sep 2003 09:35:12 -0400


We are pleased to announce the availability of CMake version 1.8.1. This
release mainly has some bug fixes to the 1.8.0 beta release. =
Specifically:

VolView Version 1.8.1

This is the 1.8 release of CMake for Windows. If you find bugs submit =
them
to the bug trackers at http://www . cmake . org/Bug .  See =
http://www . cmake . org
for additional information.

Changes from 1.8.0 to 1.8.1

Added initial support for MinGW builds on Windows. Fixed a couple bugs =
in
the ctest program. Some fixes to the FinThreads and FindwxWindows =
modules. A
fix to the Custom Command dependency code. Better error reporting for =
ctest
and loaded commands.

Changes from 1.6.7 to 1.8

The custom commands have been rearchitected to use a more understandable
signature. The old signature should still work. Ctest has been enhanced =
and
can produce testing dashboards compatible with Dart in many cases. A new
FILE command has been added that supports reading, writing, and globbing =
of
files. A new help target is created for all Makefiles so you can do =
nmake
help (or make help) Command line options (-D) for cmake no longer =
require
the type of the argument. The on-line help for cmake has been =
significantly
improved. Run cmake -help for more information. Support for windows =
paths
and filenames that include &. Support for files with multiple "." in =
them
for nmake. More Modules report results to CMakeOutput.log and
CmakeError.log. And of course a number of minor bug fixes and =
enhancements.=20