| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <!--#include virtual="/CMake/HTML/Head.html"-->
- <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" >
- <!--#include virtual="/CMake/HTML/Table.html"-->
- <tr>
- <!--#include virtual="/CMake/HTML/SideBar.html"-->
- <td width="550" valign="top" bgcolor="#FFFFFF">
- <div align="left">
- <font size=5>Current news </font>is listed in the following. Please visit the
- CMake mailing list and archives for detailed information.
- <ul>
- <li>CMake Release 0.2 available in July, 2001. This release is to
- include precompiled binaries and install shield for the Windows
- MSVC environment.
- <li>VTK 4.0 (release in late 2001) will adopt CMake as its build
- environment. A working CVS repository is currently functioning
- with CMake in preparation for the change.
- <li>VXL computer vision/image processing system adopts CMake as its
- build environment.
- <li>Insight segmentation and registration toolkit (ITK) supports
- development of the CMake environment.
- </ul>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|