[Insight-developers] Third Party Module Install questions.
Brad King
brad.king at kitware.com
Fri Jul 27 11:38:09 EDT 2012
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 <brad.king at kitware.com> 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
More information about the Insight-developers
mailing list