]> git.pld-linux.org Git - packages/OpenImageIO.git/blob - OpenImageIO-hdf.patch
- updated to 1.2.0 (note: new soname)
[packages/OpenImageIO.git] / OpenImageIO-hdf.patch
1 Field3D uses only C interface of hdf5
2 --- OpenImageIO-oiio-f4d79c0/src/cmake/externalpackages.cmake.orig      2013-07-14 17:08:40.729538530 +0200
3 +++ OpenImageIO-oiio-f4d79c0/src/cmake/externalpackages.cmake   2013-07-14 17:09:33.429536318 +0200
4 @@ -284,7 +284,7 @@
5          # N.B. For a custom version, the caller had better set up the
6          # variables HDF5_INCLUDE_DIRS and HDF5_LIBRARIES.
7      else ()
8 -        find_package (HDF5 COMPONENTS CXX)
9 +        find_package (HDF5)
10      endif ()
11      if (VERBOSE)
12          message (STATUS "HDF5_FOUND=${HDF5_FOUND}")
This page took 0.083479 seconds and 3 git commands to generate.