summaryrefslogtreecommitdiffstats
path: root/Web/HTML/News.html
blob: 6c021f857889fbed33c8b69cb05a9fcf58ffe6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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" link="#FFFFFF" 
vlink="#000000" alink="#000000">

<!--#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>