CMake configuration file fixes
Summary
Linking with static libraries fails
Steps to reproduce
- Build all required software with the build recipes
- run cmake (static libs enabled by default)
- compile
What is the current bug behavior?
Linking failed.
The boost libraries must not be specified lexicographical (chrono timer
doesn't work).
CMake does not always detect all libraries required to link with a static libhdf5.a
.
Old CMake version have issues to detect current boost libraries.