[Insight-developers] Now building all executables and librari
es in a common directory
Miller, James V (Research)
millerjv@crd.ge.com
Wed, 18 Sep 2002 11:34:46 -0400
I am not seeing the default directory being ${ITK_BINARY_DIR}/bin
rather it defaults to being empty.
> -----Original Message-----
> From: Luis Ibanez [mailto:luis.ibanez@kitware.com]
> Sent: Wednesday, September 18, 2002 11:11 AM
> To: insight-users@public.kitware.com; Insight Developers
> Subject: [Insight-developers] Now building all executables
> and libraries
> in a common directory
>
>
>
> 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
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>