[Insight-developers] Tcl failure on MacOSX-WrapITK

Brad King brad.king at kitware.com
Tue Feb 22 16:57:51 EST 2011


On 02/22/2011 03:33 PM, Johnson, Hans J wrote:
> In recent versions of CMake you should NOT use or depend
> upon EXECUTABLE_OUTPUT_PATH  or RUNTIME_OUTPUT_PATH.  They should be
> purged from ITK.
> 
> 
> We should instead use:
> 
> CMAKE_LIBRARY_OUTPUT_DIRECTORY 
> CMAKE_ARCHIVE_OUTPUT_DIRECTORY
> CMAKE_RUNTIME_OUTPUT_DIRECTORY
> CMAKE_BUNDLE_OUTPUT_DIRECTORY  
[snip]
> Perhaps Brad King would be kind enough to help us with the purge from ITKv4 since it requires CMake 2.8 anyway.

This should happen automatically when we transition to modularized ITK.
The new build system for that uses the modern variables.

-Brad


More information about the Insight-developers mailing list