Re: [Insight-developers] Third Party Module Install questions.

2012-07-27 Thread Williams, Norman K
OK, so based on Brad King's suggestions I sort-of solved the DCMTK install problem by using install(SCRIPT to run the DCMTK cmake_install.cmake. That was easy. But a couple of things I'm still worrying about: 1. Getting the DCMTK libraries into ITK_LIBRARIES for programs linking to an installed

Re: [Insight-developers] Third Party Module Install questions.

2012-07-27 Thread Jean-Christophe Fillion-Robin
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 wrote:

Re: [Insight-developers] Third Party Module Install questions.

2012-07-27 Thread Brad King
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 in

[Insight-developers] Third Party Module Install questions.

2012-07-27 Thread Williams, Norman K
I've asked this before and not really gotten any answers. I've made progress on DCMTK as a ThirdParty module, which gets built in an ExternalProject. 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 th