Hello,<br>I am developing a Paraview reader plugin for a hdf file format. I want to use the hdf5 1.8 c library. I configure my CMakeList.txt to build the plugin in static for hdf.<br>But when I build Paraview, my plugin is linked with libvtkhdf5.so. And this lib is developed on hdf5 1.6<br>
So, when I execute Paraview I have this warning message :<br><br>&quot; Warning! The HDF5 header files included by this application do not match the<br>version used by the HDF5 library to which this application is linked. Data<br>
corruption or segmentation faults may occur if the application is<br>allowed to continue.  You can, at your own risk, disable this check by setting<br>the environment variable &#39;HDF5_DISABLE_VERSION_CHECK&#39; to a value of &#39;1&#39;.<br>
Setting it to 2 will suppress the warning totally.<br>Headers are 1.8.3, library is 1.6.5 &quot;<br><br>What should I  do in my CMakeList.txt to remove the link to  libvtkhdf5.so when compiling my plugin ?<br><br>Thanks,<br>
<br>Didier<br>