On 07/27/2012 11:21 AM, Williams, Norman K wrote:
> Now I need to get it properly deployed, but I don't really understand how
> things get installed.  I already have the DCMTK ExternalProject create the
> DCMTK libraries in ${ITK_BINARY_DIR}/lib, do I need to do something to
> make sure they get included in an install?

I answered that here:

 http://thread.gmane.org/gmane.comp.lib.itk.devel/284/focus=291
 http://www.itk.org/pipermail/insight-developers/2012-May/021724.html

On Thu, May 31, 2012 at 2:51 PM, Brad King <[email protected]> wrote:
> Configure the external project so that the external build systems own
> install rules will put things where ITK wants them.  Leave the install
> step out of the ExternalProject_Add call.  Then use install(SCRIPT)
> or install(CODE) along with execute_process to run the install rules
> of the external build system directly during ITK's install step.

Use install(CODE) or install(SCRIPT) to invoke DCMTK's install rules
during ITK's installation using execute_process.

-Brad
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers

Reply via email to