--- hdf5-1.10.9/config/cmake/hdf5-config.cmake.in.orig 2022-05-19 05:31:38.000000000 +0200 +++ hdf5-1.10.9/config/cmake/hdf5-config.cmake.in 2023-02-18 15:06:15.857876492 +0100 @@ -12,7 +12,6 @@ #----------------------------------------------------------------------------- # HDF5 Config file for compiling against hdf5 build/install directory #----------------------------------------------------------------------------- -@PACKAGE_INIT@ string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME) @@ -81,7 +80,7 @@ set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_DIRS}") set (${HDF5_PACKAGE_NAME}_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@") -set_and_check (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@") +set (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@") if (${HDF5_PACKAGE_NAME}_BUILD_CPP_LIB) set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_CPP "@PACKAGE_INCLUDE_INSTALL_DIR@") @@ -97,7 +96,7 @@ if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS) set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@") - set_and_check (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin") + set (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin") endif () #----------------------------------------------------------------------------- @@ -208,7 +207,3 @@ endif () endforeach () endforeach () - -foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE) - check_required_components(${HDF5_PACKAGE_NAME}_${libtype}) -endforeach () --- hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100 +++ hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in 2018-05-09 18:50:11.684497207 +0200 @@ -0,0 +1,218 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget hdf5::hdf5-static hdf5::hdf5-shared hdf5::hdf5_tools-static hdf5::hdf5_tools-shared hdf5::h5diff hdf5::h5diff-shared hdf5::h5ls hdf5::h5ls-shared hdf5::h5debug hdf5::h5repart hdf5::h5mkgrp hdf5::h5import hdf5::h5repack hdf5::h5repack-shared hdf5::h5jam hdf5::h5unjam hdf5::h5copy hdf5::h5copy-shared hdf5::h5stat hdf5::h5stat-shared hdf5::h5dump hdf5::h5dump-shared hdf5::hdf5_hl-static hdf5::hdf5_hl-shared hdf5::gif2h5 hdf5::h52gif hdf5::hdf5_cpp-static hdf5::hdf5_cpp-shared hdf5::hdf5_hl_cpp-static hdf5::hdf5_hl_cpp-shared) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target hdf5::hdf5-static +add_library(hdf5::hdf5-static STATIC IMPORTED) + +set_target_properties(hdf5::hdf5-static PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "\$;\$;dl" +) + +# Create imported target hdf5::hdf5-shared +add_library(hdf5::hdf5-shared SHARED IMPORTED) + +set_target_properties(hdf5::hdf5-shared PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "dl" +) + +# Create imported target hdf5::hdf5_tools-static +add_library(hdf5::hdf5_tools-static STATIC IMPORTED) + +set_target_properties(hdf5::hdf5_tools-static PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static" +) + +# Create imported target hdf5::hdf5_tools-shared +add_library(hdf5::hdf5_tools-shared SHARED IMPORTED) + +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared" +) + +# Create imported target hdf5::h5diff +add_executable(hdf5::h5diff IMPORTED) + +# Create imported target hdf5::h5diff-shared +add_executable(hdf5::h5diff-shared IMPORTED) + +# Create imported target hdf5::h5ls +add_executable(hdf5::h5ls IMPORTED) + +# Create imported target hdf5::h5ls-shared +add_executable(hdf5::h5ls-shared IMPORTED) + +# Create imported target hdf5::h5debug +add_executable(hdf5::h5debug IMPORTED) + +# Create imported target hdf5::h5repart +add_executable(hdf5::h5repart IMPORTED) + +# Create imported target hdf5::h5mkgrp +add_executable(hdf5::h5mkgrp IMPORTED) + +# Create imported target hdf5::h5import +add_executable(hdf5::h5import IMPORTED) + +# Create imported target hdf5::h5repack +add_executable(hdf5::h5repack IMPORTED) + +# Create imported target hdf5::h5repack-shared +add_executable(hdf5::h5repack-shared IMPORTED) + +# Create imported target hdf5::h5jam +add_executable(hdf5::h5jam IMPORTED) + +# Create imported target hdf5::h5unjam +add_executable(hdf5::h5unjam IMPORTED) + +# Create imported target hdf5::h5copy +add_executable(hdf5::h5copy IMPORTED) + +# Create imported target hdf5::h5copy-shared +add_executable(hdf5::h5copy-shared IMPORTED) + +# Create imported target hdf5::h5stat +add_executable(hdf5::h5stat IMPORTED) + +# Create imported target hdf5::h5stat-shared +add_executable(hdf5::h5stat-shared IMPORTED) + +# Create imported target hdf5::h5dump +add_executable(hdf5::h5dump IMPORTED) + +# Create imported target hdf5::h5dump-shared +add_executable(hdf5::h5dump-shared IMPORTED) + +# Create imported target hdf5::hdf5_hl-static +add_library(hdf5::hdf5_hl-static STATIC IMPORTED) + +set_target_properties(hdf5::hdf5_hl-static PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static" +) + +# Create imported target hdf5::hdf5_hl-shared +add_library(hdf5::hdf5_hl-shared SHARED IMPORTED) + +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared" +) + +# Create imported target hdf5::gif2h5 +add_executable(hdf5::gif2h5 IMPORTED) + +# Create imported target hdf5::h52gif +add_executable(hdf5::h52gif IMPORTED) + +# Create imported target hdf5::hdf5_cpp-static +add_library(hdf5::hdf5_cpp-static STATIC IMPORTED) + +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static" +) + +# Create imported target hdf5::hdf5_cpp-shared +add_library(hdf5::hdf5_cpp-shared SHARED IMPORTED) + +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared" +) + +# Create imported target hdf5::hdf5_hl_cpp-static +add_library(hdf5::hdf5_hl_cpp-static STATIC IMPORTED) + +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-static;hdf5::hdf5-static" +) + +# Create imported target hdf5::hdf5_hl_cpp-shared +add_library(hdf5::hdf5_hl_cpp-shared SHARED IMPORTED) + +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-shared;hdf5::hdf5-shared" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) --- hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100 +++ hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in 2018-05-09 18:54:57.997827272 +0200 @@ -0,0 +1,289 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "hdf5::hdf5-static" for configuration "" +set_property(TARGET hdf5::hdf5-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-static ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-static "${_IMPORT_PREFIX}/@lib@/libhdf5.a" ) + +# Import target "hdf5::hdf5-shared" for configuration "" +set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103.3.2" + IMPORTED_SONAME_NOCONFIG "libhdf5.so.103" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-shared "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103" ) + +# Import target "hdf5::hdf5_tools-static" for configuration "" +set_property(TARGET hdf5::hdf5_tools-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_tools-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-static ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-static "${_IMPORT_PREFIX}/lib/libhdf5_tools-static.a" ) + +# Import target "hdf5::hdf5_tools-shared" for configuration "" +set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.103.3.0" + IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.103" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.103.3.0" ) + +# Import target "hdf5::h5diff" for configuration "" +set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5diff PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff "${_IMPORT_PREFIX}/bin/h5diff" ) + +# Import target "hdf5::h5diff-shared" for configuration "" +set_property(TARGET hdf5::h5diff-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5diff-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff-shared "${_IMPORT_PREFIX}/bin/h5diff-shared" ) + +# Import target "hdf5::h5ls" for configuration "" +set_property(TARGET hdf5::h5ls APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5ls PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls "${_IMPORT_PREFIX}/bin/h5ls" ) + +# Import target "hdf5::h5ls-shared" for configuration "" +set_property(TARGET hdf5::h5ls-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5ls-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls-shared "${_IMPORT_PREFIX}/bin/h5ls-shared" ) + +# Import target "hdf5::h5debug" for configuration "" +set_property(TARGET hdf5::h5debug APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5debug PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5debug" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5debug ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5debug "${_IMPORT_PREFIX}/bin/h5debug" ) + +# Import target "hdf5::h5repart" for configuration "" +set_property(TARGET hdf5::h5repart APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5repart PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repart" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repart ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repart "${_IMPORT_PREFIX}/bin/h5repart" ) + +# Import target "hdf5::h5mkgrp" for configuration "" +set_property(TARGET hdf5::h5mkgrp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5mkgrp PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5mkgrp" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5mkgrp ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5mkgrp "${_IMPORT_PREFIX}/bin/h5mkgrp" ) + +# Import target "hdf5::h5import" for configuration "" +set_property(TARGET hdf5::h5import APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5import PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5import" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5import ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5import "${_IMPORT_PREFIX}/bin/h5import" ) + +# Import target "hdf5::h5repack" for configuration "" +set_property(TARGET hdf5::h5repack APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5repack PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack "${_IMPORT_PREFIX}/bin/h5repack" ) + +# Import target "hdf5::h5repack-shared" for configuration "" +set_property(TARGET hdf5::h5repack-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5repack-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack-shared "${_IMPORT_PREFIX}/bin/h5repack-shared" ) + +# Import target "hdf5::h5jam" for configuration "" +set_property(TARGET hdf5::h5jam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5jam PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5jam" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5jam ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5jam "${_IMPORT_PREFIX}/bin/h5jam" ) + +# Import target "hdf5::h5unjam" for configuration "" +set_property(TARGET hdf5::h5unjam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5unjam PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5unjam" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5unjam ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5unjam "${_IMPORT_PREFIX}/bin/h5unjam" ) + +# Import target "hdf5::h5copy" for configuration "" +set_property(TARGET hdf5::h5copy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5copy PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy "${_IMPORT_PREFIX}/bin/h5copy" ) + +# Import target "hdf5::h5copy-shared" for configuration "" +set_property(TARGET hdf5::h5copy-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5copy-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy-shared "${_IMPORT_PREFIX}/bin/h5copy-shared" ) + +# Import target "hdf5::h5stat" for configuration "" +set_property(TARGET hdf5::h5stat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5stat PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat "${_IMPORT_PREFIX}/bin/h5stat" ) + +# Import target "hdf5::h5stat-shared" for configuration "" +set_property(TARGET hdf5::h5stat-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5stat-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat-shared "${_IMPORT_PREFIX}/bin/h5stat-shared" ) + +# Import target "hdf5::h5dump" for configuration "" +set_property(TARGET hdf5::h5dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5dump PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump "${_IMPORT_PREFIX}/bin/h5dump" ) + +# Import target "hdf5::h5dump-shared" for configuration "" +set_property(TARGET hdf5::h5dump-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h5dump-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump-shared" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump-shared "${_IMPORT_PREFIX}/bin/h5dump-shared" ) + +# Import target "hdf5::hdf5_hl-static" for configuration "" +set_property(TARGET hdf5::hdf5_hl-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-static ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-static "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" ) + +# Import target "hdf5::hdf5_hl-shared" for configuration "" +set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100" + IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.100.1.6" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100" ) + +# Import target "hdf5::gif2h5" for configuration "" +set_property(TARGET hdf5::gif2h5 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::gif2h5 PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/gif2h5" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::gif2h5 ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::gif2h5 "${_IMPORT_PREFIX}/bin/gif2h5" ) + +# Import target "hdf5::h52gif" for configuration "" +set_property(TARGET hdf5::h52gif APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::h52gif PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h52gif" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h52gif ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h52gif "${_IMPORT_PREFIX}/bin/h52gif" ) + +# Import target "hdf5::hdf5_cpp-static" for configuration "" +set_property(TARGET hdf5::hdf5_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-static ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-static "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" ) + +# Import target "hdf5::hdf5_cpp-shared" for configuration "" +set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103.4.1" + IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.103" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103" ) + +# Import target "hdf5::hdf5_hl_cpp-static" for configuration "" +set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-static ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-static "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-static.a" ) + +# Import target "hdf5::hdf5_hl_cpp-shared" for configuration "" +set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.100.1.7" + IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.100" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-shared ) +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-shared "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-shared.so.100" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION)