[Insight-users] RE: [Insight-developers] Now building all executables and librari es in a common directory

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


Bill,

Ok, my mistake:

In addition to copy the CMakeCache.txt file back to the
binary directory. You will have to remove the following
two Cache entries:

   EXECUTABLE_OUTPUT_PATH
   LIBRARY_OUTPUT_PATH

This will allow CMake to reinitialize the variables with

   ${ITK_BINARY_DIR}/bin


Otherwise CMake will respect the empty string they
currently have assigned.


   Luis



============================================

Lorensen, William E (Research) wrote:

> My EXECUTABLE_OUTPUT_PATH is empty in my CMakeCache.txt
>