Re: [CMake] Looking for a good FindHDF5.cmake module

2012-12-14 Thread Trevor Clarke
https://opticks.svn.sourceforge.net/svnroot/opticks/branches/future/OPTICKS-1177/trunk/Code/application/cmake/Modules/FindHdf5.cmake try that one. the overall license is lgpl 2.1 but I can push that one file out as public domain since it's pretty straightforward On Fri, Dec 14, 2012 at 10:01 AM,

Re: [CMake] Having trouble with component packaging

2012-12-07 Thread Trevor Clarke
That worked great! Thanks. On Fri, Dec 7, 2012 at 10:51 AM, Eric Noulard wrote: > > thus you should use: > set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) > -- Trevor R.H. Clarke Computer Science House Rochester Institute of Technology ret...@csh.rit.edu http://www.csh.rit.edu/~retrev/ -- Powered by

[CMake] Having trouble with component packaging

2012-12-07 Thread Trevor Clarke
cmake/cpack 2.8.8 on redhat6 I'm trying to generate multiple tar.bz2 files for diffeent componenents and I'm having some problems...running "make package" yields a single tarball with all files. Relevant parts of CMakeLists.txt are below. Also tried setting CMAKE_MONOLITHIC_INSTALL 0 to no effect