diff options
Diffstat (limited to 'Web/HTML/About.html')
-rw-r--r-- | Web/HTML/About.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Web/HTML/About.html b/Web/HTML/About.html index e05abfe..fd929f0 100644 --- a/Web/HTML/About.html +++ b/Web/HTML/About.html @@ -63,30 +63,6 @@ vlink="#000000" alink="#000000"> <a href="/CMake/HTML/Examples.html">examples</a> page to see more details. - <h3>A Summary Of Features</h3> - CMake has several powerful features. These include: - <ul> - <li>Supports complex, large build environments. CMake has been - proven in several large projects. - <li>Generates native build files (e.g., makefiles on Unix; - workspaces/projects on MS Visual C++). Therefore standard - tools can be used on any platform/compiler configuration. - <li>Has powerful commands include the ability to locate - include files, libraries, executables; include external - CMake files that encapsulate standard functionality; - interfaces to testing systems; supports recursive - directory traversal with variable inheritance; can run - external programs; supports conditional builds; supports - regular expression expansion; and so on. - <li>Supports in-place and out-of-place builds. Multiple - compilation trees are possible from a single source tree. - <li>Can be easily extended to add new features. - <li>CMake is open source. - <li>CMake operates with a cache designed to be interfaced with - a graphical editor. The cache provides optional interaction - to conditionally control the build process. - </ul> - <h3>The Origins of CMake</h3> CMake was created in response to the need for a powerful, cross-platform build environment for the Insight Segmentation and Registration Toolkit (ITK) funded by NLM as part of the |