[Cmake-commits] [cmake-commits] wdicharry committed FindHDF5.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 31 18:18:37 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv683

Modified Files:
	FindHDF5.cmake 
Log Message:
Fixed link order dependence in FindHDF5 module for static link.


Index: FindHDF5.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindHDF5.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** FindHDF5.cmake	31 Aug 2009 14:32:08 -0000	1.3
--- FindHDF5.cmake	31 Aug 2009 22:18:34 -0000	1.4
***************
*** 162,167 ****
      
      # seed the initial lists of libraries to find with items we know we need
!     set( HDF5_C_LIBRARY_NAMES_INIT hdf5 hdf5_hl )
!     set( HDF5_CXX_LIBRARY_NAMES_INIT ${HDF5_C_LIBRARY_NAMES_INIT} hdf5_cpp )
      
      foreach( LANGUAGE ${HDF5_LANGUAGE_BINDINGS} )
--- 162,167 ----
      
      # seed the initial lists of libraries to find with items we know we need
!     set( HDF5_C_LIBRARY_NAMES_INIT hdf5_hl hdf5 )
!     set( HDF5_CXX_LIBRARY_NAMES_INIT hdf5_cpp ${HDF5_C_LIBRARY_NAMES_INIT} )
      
      foreach( LANGUAGE ${HDF5_LANGUAGE_BINDINGS} )



More information about the Cmake-commits mailing list