diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 62637a78..bb3ed41f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ unset(CMAKE_REQUIRED_LIBRARIES) # Request HDF5 1.10-style API (can't use 1.12-style yet) add_definitions(-DH5_USE_110_API) +add_definitions(-DH5O_GET_INFO_BY_IDX1) pkg_check_modules (GLIB glib-2.0) include_directories (${GLIB_INCLUDE_DIRS}) |