Thanks to everyone for the help. I'll start taking a look around. Just
for the record, John Biddiscombe is also helping in this effort and
there is also initial "buy-in" from The HDFGroup to switch their HDF5
windows builds over to CMake in the future when the CMake version
stabilizes.
Th
On Nov 19, 2009, at 8:24 AM, Michael Jackson wrote:
> So, there are a few of us quickly port the HDF5 1.8 code to CMake. I'm
> thinking that we should put in an HDF5Config.cmake file for other projects
> use. Simple question:
>
> What goes in one of those? Is there a tutorial somewhere? Where
On 19. Nov, 2009, at 16:24 , Michael Jackson wrote:
So, there are a few of us quickly port the HDF5 1.8 code to CMake.
I'm thinking that we should put in an HDF5Config.cmake file for
other projects use. Simple question:
What goes in one of those? Is there a tutorial somewhere? Where
doe
I think its basically setting variable to include paths, defines and
libraries, that the calling CMakeLists.txt can use. I make my
*Config.cmake files look relative to their location and use an exports
file from CMake for the libraries.
=== FooConfig.cmake ===
SET(FOO_EXPORT_FILE "${Fo
Michael Jackson wrote:
So, there are a few of us quickly port the HDF5 1.8 code to CMake. I'm
thinking that we should put in an HDF5Config.cmake file for other
projects use.
Yes, it would be good to provide one of these.
What goes in one of those?
It should compute and set variables named
So, there are a few of us quickly port the HDF5 1.8 code to CMake. I'm
thinking that we should put in an HDF5Config.cmake file for other
projects use. Simple question:
What goes in one of those? Is there a tutorial somewhere? Where
does the file get installed into? What does the consumer