]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Oct 2012 20:44:05 +0000 (20:44 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Oct 2012 20:44:05 +0000 (20:44 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27138 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/modules/FindHDF5.cmake

index 913df2adc84b0b93e7d4910156ed35b006c45ffe..fd96cf98f4c674bddc96e1cce708b95e89cccb87 100644 (file)
@@ -30,14 +30,14 @@ FIND_PATH(HDF5_INCLUDE_DIR hdf5.h
   HINTS
     ${HDF5_DIR}
   PATH_SUFFIXES
-    hdf5 include/hdf5 include
+    hdf5 hdf5/include include/hdf5 include
   )
 
 FIND_LIBRARY(HDF5_LIBRARY NAMES hdf5
   HINTS
     ${HDF5_DIR}
   PATH_SUFFIXES
-    lib${LIB_SUFFIX} lib64 lib
+    hdf5/lib lib${LIB_SUFFIX} lib64 lib
   )
 
 FIND_LIBRARY(HDF5_HL_LIBRARY NAMES hdf5_hl

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.