[Insight-developers] CMake changes
Will Schroeder
will.schroeder@kitware.com
Thu, 02 Nov 2000 10:34:02 -0500
Hi Folks-
I've been reworking CMake: changing the name of its variables it uses
to build makefiles and projects. The reason is that I've been documenting
CMake ( in Documents/CMake.doc ) and wanted to clarify the purpose
of the variables, and to generalize to (one day) support other types of
source files, including non-object-oriented systems maybe with C and
(gasp) FORTRAN.
I've checked in a partially completed CMake.doc that is updated to
reflect the new variable names.
You'll want to do a cvs update, rebuild CMake (or reconfigure), and make
sure that everything is still compiling. Let me know immediately if you find
problems.
Sorry in the advance for any inconvenience.
Will