[Insight-users] Now building all executables and libraries in a common directory

Luis Ibanez luis.ibanez@kitware.com
Wed, 18 Sep 2002 11:11:29 -0400


Hi,


These changes have been checked in the CVS repository.

Executables and libraries will now be built in a
common directory.

By default the directory will be = ${ITK_BINARY_DIR}/bin

Users can override this from the CMake interface.


You may want to clean your binary trees in order
to avoid keeping duplicate files.

A good procedure is the following
(assuing an out-source build):


1) copy the CMakeCache.txt file from your binary tree
    into another directory outside the binary tree.

2) remove all the content of the binary directory

3) copy the CMakeCache.txt file back to the binary
    directory.

4) cvs update your source tree

5) Configure using CMake

6) build


Please let us know if you find any problems.

   Thanks


    Luis