[Insight-developers] Changes today

Brad King brad.king@kitware.com
Mon, 30 Jul 2001 16:34:28 -0400 (EDT)


Hello, all:

I just updated Insight and attempted to do a test build with a minor
change to one file that I wanted to commit before a second private-beta
tag is added.  A CMake error occured in Insight/Code/Numerics/Statistics,
which I traced to a CMakeLists file there that was just checked in.

There are several problems with this:
  1.) We are only supposed to check in minor tweaks and fixes until
      tomorrow.  Another private beta tag may be added tonight.
  2.) The CMakeLists adds an executable, but the source file is
      missing.  Also, this test should be in the Testing tree, not Code.
  3.) The Numerics/Statistics directory is not its own project, so the
      "PROJECT" command should not be there.

Would the responsible parties please remove the changes or fix the
problems ASAP so that another tag can be added?

Thanks,
-Brad