[Insight-developers] Third Party Module Install questions.

Jean-Christophe Fillion-Robin jchris.fillionr at kitware.com
Fri Jul 27 11:41:39 EDT 2012


Hi Kent, Brad,

Would the variable "CPACK_INSTALL_CMAKE_PROJECTS" be of any use ?

As it is done here:
https://github.com/Slicer/Slicer/blob/master/CMake/SlicerCPack.cmake#L19

See also http://www.cmake.org/Wiki/CMake:CPackConfiguration

Hth
Jc

On Fri, Jul 27, 2012 at 11:38 AM, Brad King <brad.king at kitware.com> wrote:

> 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
> _______________________________________________
> 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
>



-- 
+1 919 869 8849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20120727/974cad66/attachment.htm>


More information about the Insight-developers mailing list