]> git.pld-linux.org Git - packages/hdf5.git/blame - hdf5-cmake.patch
- updated to 1.10.10; gif2h5/h52gif removed (deprecated and disabled by default,...
[packages/hdf5.git] / hdf5-cmake.patch
CommitLineData
9c68a88f
JP
1--- hdf5-1.10.9/config/cmake/hdf5-config.cmake.in.orig 2022-05-19 05:31:38.000000000 +0200
2+++ hdf5-1.10.9/config/cmake/hdf5-config.cmake.in 2023-02-18 15:06:15.857876492 +0100
e27c3d3a 3@@ -12,7 +12,6 @@
07607a68
JB
4 #-----------------------------------------------------------------------------
5 # HDF5 Config file for compiling against hdf5 build/install directory
6 #-----------------------------------------------------------------------------
7-@PACKAGE_INIT@
8
9 string(TOUPPER @HDF5_PACKAGE@ HDF5_PACKAGE_NAME)
10
9c68a88f 11@@ -81,7 +80,7 @@
e27c3d3a 12 set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_DIRS}")
07607a68
JB
13
14 set (${HDF5_PACKAGE_NAME}_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@")
15-set_and_check (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
16+set (${HDF5_PACKAGE_NAME}_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
17
18 if (${HDF5_PACKAGE_NAME}_BUILD_CPP_LIB)
19 set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_CPP "@PACKAGE_INCLUDE_INSTALL_DIR@")
9c68a88f 20@@ -97,7 +96,7 @@
07607a68
JB
21
22 if (${HDF5_PACKAGE_NAME}_BUILD_TOOLS)
23 set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR_TOOLS "@PACKAGE_INCLUDE_INSTALL_DIR@")
24- set_and_check (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
25+ set (${HDF5_PACKAGE_NAME}_TOOLS_DIR "@PACKAGE_CURRENT_BUILD_DIR@/bin")
26 endif ()
27
28 #-----------------------------------------------------------------------------
9c68a88f 29@@ -208,7 +207,3 @@
07607a68
JB
30 endif ()
31 endforeach ()
32 endforeach ()
33-
34-foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
35- check_required_components(${HDF5_PACKAGE_NAME}_${libtype})
36-endforeach ()
37--- hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100
38+++ hdf5-1.8.20/config/cmake/hdf5-targets.cmake.in 2018-05-09 18:50:11.684497207 +0200
6f201a70 39@@ -0,0 +1,212 @@
07607a68
JB
40+# Generated by CMake
41+
42+if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
43+ message(FATAL_ERROR "CMake >= 2.6.0 required")
44+endif()
45+cmake_policy(PUSH)
46+cmake_policy(VERSION 2.6)
30149e0c
JB
47+#----------------------------------------------------------------
48+# Generated CMake target import file.
49+#----------------------------------------------------------------
50+
51+# Commands may need to know the format version.
07607a68
JB
52+set(CMAKE_IMPORT_FILE_VERSION 1)
53+
54+# Protect against multiple inclusion, which would fail when already imported targets are added once more.
55+set(_targetsDefined)
56+set(_targetsNotDefined)
57+set(_expectedTargets)
6f201a70 58+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::hdf5_cpp-static hdf5::hdf5_cpp-shared hdf5::hdf5_hl_cpp-static hdf5::hdf5_hl_cpp-shared)
07607a68
JB
59+ list(APPEND _expectedTargets ${_expectedTarget})
60+ if(NOT TARGET ${_expectedTarget})
61+ list(APPEND _targetsNotDefined ${_expectedTarget})
62+ endif()
63+ if(TARGET ${_expectedTarget})
64+ list(APPEND _targetsDefined ${_expectedTarget})
65+ endif()
66+endforeach()
67+if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
68+ unset(_targetsDefined)
69+ unset(_targetsNotDefined)
70+ unset(_expectedTargets)
71+ set(CMAKE_IMPORT_FILE_VERSION)
72+ cmake_policy(POP)
73+ return()
74+endif()
75+if(NOT "${_targetsDefined}" STREQUAL "")
76+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
77+endif()
78+unset(_targetsDefined)
79+unset(_targetsNotDefined)
80+unset(_expectedTargets)
81+
82+
83+# Compute the installation prefix relative to this file.
84+get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
85+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
86+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
9e421fac 87+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
07607a68
JB
88+if(_IMPORT_PREFIX STREQUAL "/")
89+ set(_IMPORT_PREFIX "")
90+endif()
91+
92+# Create imported target hdf5::hdf5-static
93+add_library(hdf5::hdf5-static STATIC IMPORTED)
94+
95+set_target_properties(hdf5::hdf5-static PROPERTIES
96+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
97+ INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:m>;\$<LINK_ONLY:dl>;dl"
98+)
99+
100+# Create imported target hdf5::hdf5-shared
101+add_library(hdf5::hdf5-shared SHARED IMPORTED)
102+
103+set_target_properties(hdf5::hdf5-shared PROPERTIES
104+ INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
105+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
106+ INTERFACE_LINK_LIBRARIES "dl"
107+)
108+
109+# Create imported target hdf5::hdf5_tools-static
110+add_library(hdf5::hdf5_tools-static STATIC IMPORTED)
111+
112+set_target_properties(hdf5::hdf5_tools-static PROPERTIES
113+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
114+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
115+)
116+
117+# Create imported target hdf5::hdf5_tools-shared
118+add_library(hdf5::hdf5_tools-shared SHARED IMPORTED)
119+
120+set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
121+ INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
122+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
123+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
124+)
30149e0c 125+
07607a68
JB
126+# Create imported target hdf5::h5diff
127+add_executable(hdf5::h5diff IMPORTED)
30149e0c 128+
07607a68
JB
129+# Create imported target hdf5::h5diff-shared
130+add_executable(hdf5::h5diff-shared IMPORTED)
e1d24780 131+
07607a68
JB
132+# Create imported target hdf5::h5ls
133+add_executable(hdf5::h5ls IMPORTED)
30149e0c 134+
07607a68
JB
135+# Create imported target hdf5::h5ls-shared
136+add_executable(hdf5::h5ls-shared IMPORTED)
30149e0c 137+
07607a68
JB
138+# Create imported target hdf5::h5debug
139+add_executable(hdf5::h5debug IMPORTED)
140+
141+# Create imported target hdf5::h5repart
142+add_executable(hdf5::h5repart IMPORTED)
143+
144+# Create imported target hdf5::h5mkgrp
145+add_executable(hdf5::h5mkgrp IMPORTED)
146+
147+# Create imported target hdf5::h5import
148+add_executable(hdf5::h5import IMPORTED)
149+
150+# Create imported target hdf5::h5repack
151+add_executable(hdf5::h5repack IMPORTED)
152+
153+# Create imported target hdf5::h5repack-shared
154+add_executable(hdf5::h5repack-shared IMPORTED)
155+
156+# Create imported target hdf5::h5jam
157+add_executable(hdf5::h5jam IMPORTED)
158+
159+# Create imported target hdf5::h5unjam
160+add_executable(hdf5::h5unjam IMPORTED)
161+
162+# Create imported target hdf5::h5copy
163+add_executable(hdf5::h5copy IMPORTED)
164+
165+# Create imported target hdf5::h5copy-shared
166+add_executable(hdf5::h5copy-shared IMPORTED)
167+
168+# Create imported target hdf5::h5stat
169+add_executable(hdf5::h5stat IMPORTED)
170+
171+# Create imported target hdf5::h5stat-shared
172+add_executable(hdf5::h5stat-shared IMPORTED)
173+
174+# Create imported target hdf5::h5dump
175+add_executable(hdf5::h5dump IMPORTED)
176+
177+# Create imported target hdf5::h5dump-shared
178+add_executable(hdf5::h5dump-shared IMPORTED)
179+
180+# Create imported target hdf5::hdf5_hl-static
181+add_library(hdf5::hdf5_hl-static STATIC IMPORTED)
182+
183+set_target_properties(hdf5::hdf5_hl-static PROPERTIES
184+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
185+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
186+)
187+
188+# Create imported target hdf5::hdf5_hl-shared
189+add_library(hdf5::hdf5_hl-shared SHARED IMPORTED)
190+
191+set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
192+ INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
193+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
194+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
195+)
196+
07607a68
JB
197+# Create imported target hdf5::hdf5_cpp-static
198+add_library(hdf5::hdf5_cpp-static STATIC IMPORTED)
199+
200+set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
201+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
202+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
203+)
204+
205+# Create imported target hdf5::hdf5_cpp-shared
206+add_library(hdf5::hdf5_cpp-shared SHARED IMPORTED)
207+
208+set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
209+ INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
210+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
211+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
212+)
213+
214+# Create imported target hdf5::hdf5_hl_cpp-static
215+add_library(hdf5::hdf5_hl_cpp-static STATIC IMPORTED)
216+
217+set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
218+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
219+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-static;hdf5::hdf5-static"
220+)
221+
222+# Create imported target hdf5::hdf5_hl_cpp-shared
223+add_library(hdf5::hdf5_hl_cpp-shared SHARED IMPORTED)
224+
225+set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
226+ INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
227+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
228+ INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-shared;hdf5::hdf5-shared"
229+)
230+
231+if(CMAKE_VERSION VERSION_LESS 2.8.12)
232+ message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
233+endif()
30149e0c
JB
234+
235+# Load information for each installed configuration.
07607a68
JB
236+get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
237+file(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake")
238+foreach(f ${CONFIG_FILES})
239+ include(${f})
240+endforeach()
241+
242+# Cleanup temporary variables.
243+set(_IMPORT_PREFIX)
244+
245+
246+# This file does not depend on other imported targets which have
247+# been exported from the same project but in a separate export set.
30149e0c
JB
248+
249+# Commands beyond this point should not need to know the version.
07607a68
JB
250+set(CMAKE_IMPORT_FILE_VERSION)
251+cmake_policy(POP)
252--- hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in.orig 1970-01-01 01:00:00.000000000 +0100
253+++ hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in 2018-05-09 18:54:57.997827272 +0200
6f201a70 254@@ -0,0 +1,271 @@
30149e0c 255+#----------------------------------------------------------------
07607a68 256+# Generated CMake target import file.
30149e0c
JB
257+#----------------------------------------------------------------
258+
259+# Commands may need to know the format version.
07607a68 260+set(CMAKE_IMPORT_FILE_VERSION 1)
30149e0c 261+
07607a68
JB
262+# Import target "hdf5::hdf5-static" for configuration ""
263+set_property(TARGET hdf5::hdf5-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
264+set_target_properties(hdf5::hdf5-static PROPERTIES
265+ IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
266+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.a"
267+ )
268+
269+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-static )
270+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-static "${_IMPORT_PREFIX}/@lib@/libhdf5.a" )
30149e0c 271+
07607a68
JB
272+# Import target "hdf5::hdf5-shared" for configuration ""
273+set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
274+set_target_properties(hdf5::hdf5-shared PROPERTIES
6f201a70 275+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103.4.0"
2632f16a 276+ IMPORTED_SONAME_NOCONFIG "libhdf5.so.103"
07607a68
JB
277+ )
278+
279+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-shared )
0d2cb146 280+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-shared "${_IMPORT_PREFIX}/@lib@/libhdf5.so.103" )
30149e0c 281+
07607a68
JB
282+# Import target "hdf5::hdf5_tools-static" for configuration ""
283+set_property(TARGET hdf5::hdf5_tools-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
284+set_target_properties(hdf5::hdf5_tools-static PROPERTIES
30149e0c 285+ IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
07607a68
JB
286+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.a"
287+ )
288+
289+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-static )
290+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-static "${_IMPORT_PREFIX}/lib/libhdf5_tools-static.a" )
291+
292+# Import target "hdf5::hdf5_tools-shared" for configuration ""
293+set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
294+set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
6f201a70 295+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.103.4.0"
2632f16a 296+ IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.103"
07607a68
JB
297+ )
298+
299+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared )
6f201a70 300+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.103.4.0" )
07607a68
JB
301+
302+# Import target "hdf5::h5diff" for configuration ""
303+set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
304+set_target_properties(hdf5::h5diff PROPERTIES
305+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff"
306+ )
307+
308+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff )
309+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff "${_IMPORT_PREFIX}/bin/h5diff" )
310+
311+# Import target "hdf5::h5diff-shared" for configuration ""
312+set_property(TARGET hdf5::h5diff-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
313+set_target_properties(hdf5::h5diff-shared PROPERTIES
314+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff-shared"
315+ )
316+
317+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff-shared )
318+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff-shared "${_IMPORT_PREFIX}/bin/h5diff-shared" )
319+
320+# Import target "hdf5::h5ls" for configuration ""
321+set_property(TARGET hdf5::h5ls APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
322+set_target_properties(hdf5::h5ls PROPERTIES
323+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls"
30149e0c
JB
324+ )
325+
07607a68
JB
326+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls )
327+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls "${_IMPORT_PREFIX}/bin/h5ls" )
328+
329+# Import target "hdf5::h5ls-shared" for configuration ""
330+set_property(TARGET hdf5::h5ls-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
331+set_target_properties(hdf5::h5ls-shared PROPERTIES
332+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls-shared"
333+ )
334+
335+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls-shared )
336+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls-shared "${_IMPORT_PREFIX}/bin/h5ls-shared" )
337+
338+# Import target "hdf5::h5debug" for configuration ""
339+set_property(TARGET hdf5::h5debug APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
340+set_target_properties(hdf5::h5debug PROPERTIES
341+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5debug"
342+ )
343+
344+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5debug )
345+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5debug "${_IMPORT_PREFIX}/bin/h5debug" )
346+
347+# Import target "hdf5::h5repart" for configuration ""
348+set_property(TARGET hdf5::h5repart APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
349+set_target_properties(hdf5::h5repart PROPERTIES
350+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repart"
351+ )
352+
353+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repart )
354+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repart "${_IMPORT_PREFIX}/bin/h5repart" )
355+
356+# Import target "hdf5::h5mkgrp" for configuration ""
357+set_property(TARGET hdf5::h5mkgrp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
358+set_target_properties(hdf5::h5mkgrp PROPERTIES
359+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5mkgrp"
360+ )
361+
362+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5mkgrp )
363+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5mkgrp "${_IMPORT_PREFIX}/bin/h5mkgrp" )
364+
365+# Import target "hdf5::h5import" for configuration ""
366+set_property(TARGET hdf5::h5import APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
367+set_target_properties(hdf5::h5import PROPERTIES
368+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5import"
369+ )
370+
371+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5import )
372+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5import "${_IMPORT_PREFIX}/bin/h5import" )
373+
374+# Import target "hdf5::h5repack" for configuration ""
375+set_property(TARGET hdf5::h5repack APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
376+set_target_properties(hdf5::h5repack PROPERTIES
377+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack"
378+ )
379+
380+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack )
381+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack "${_IMPORT_PREFIX}/bin/h5repack" )
382+
383+# Import target "hdf5::h5repack-shared" for configuration ""
384+set_property(TARGET hdf5::h5repack-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
385+set_target_properties(hdf5::h5repack-shared PROPERTIES
386+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack-shared"
387+ )
388+
389+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack-shared )
390+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack-shared "${_IMPORT_PREFIX}/bin/h5repack-shared" )
391+
392+# Import target "hdf5::h5jam" for configuration ""
393+set_property(TARGET hdf5::h5jam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
394+set_target_properties(hdf5::h5jam PROPERTIES
395+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5jam"
396+ )
30149e0c 397+
07607a68
JB
398+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5jam )
399+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5jam "${_IMPORT_PREFIX}/bin/h5jam" )
e1d24780 400+
07607a68
JB
401+# Import target "hdf5::h5unjam" for configuration ""
402+set_property(TARGET hdf5::h5unjam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
403+set_target_properties(hdf5::h5unjam PROPERTIES
404+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5unjam"
405+ )
406+
407+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5unjam )
408+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5unjam "${_IMPORT_PREFIX}/bin/h5unjam" )
409+
410+# Import target "hdf5::h5copy" for configuration ""
411+set_property(TARGET hdf5::h5copy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
412+set_target_properties(hdf5::h5copy PROPERTIES
413+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy"
414+ )
415+
416+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy )
417+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy "${_IMPORT_PREFIX}/bin/h5copy" )
418+
419+# Import target "hdf5::h5copy-shared" for configuration ""
420+set_property(TARGET hdf5::h5copy-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
421+set_target_properties(hdf5::h5copy-shared PROPERTIES
422+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy-shared"
423+ )
424+
425+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy-shared )
426+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy-shared "${_IMPORT_PREFIX}/bin/h5copy-shared" )
427+
428+# Import target "hdf5::h5stat" for configuration ""
429+set_property(TARGET hdf5::h5stat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
430+set_target_properties(hdf5::h5stat PROPERTIES
431+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat"
432+ )
433+
434+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat )
435+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat "${_IMPORT_PREFIX}/bin/h5stat" )
436+
437+# Import target "hdf5::h5stat-shared" for configuration ""
438+set_property(TARGET hdf5::h5stat-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
439+set_target_properties(hdf5::h5stat-shared PROPERTIES
440+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat-shared"
441+ )
442+
443+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat-shared )
444+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat-shared "${_IMPORT_PREFIX}/bin/h5stat-shared" )
445+
446+# Import target "hdf5::h5dump" for configuration ""
447+set_property(TARGET hdf5::h5dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
448+set_target_properties(hdf5::h5dump PROPERTIES
449+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump"
450+ )
451+
452+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump )
453+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump "${_IMPORT_PREFIX}/bin/h5dump" )
454+
455+# Import target "hdf5::h5dump-shared" for configuration ""
456+set_property(TARGET hdf5::h5dump-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
457+set_target_properties(hdf5::h5dump-shared PROPERTIES
458+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump-shared"
459+ )
460+
461+list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump-shared )
462+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump-shared "${_IMPORT_PREFIX}/bin/h5dump-shared" )
463+
464+# Import target "hdf5::hdf5_hl-static" for configuration ""
465+set_property(TARGET hdf5::hdf5_hl-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
466+set_target_properties(hdf5::hdf5_hl-static PROPERTIES
e1d24780 467+ IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
07607a68
JB
468+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a"
469+ )
470+
471+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-static )
472+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-static "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" )
473+
474+# Import target "hdf5::hdf5_hl-shared" for configuration ""
475+set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
476+set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
2632f16a 477+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100"
6f201a70 478+ IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.100.1.7"
e1d24780
JR
479+ )
480+
07607a68 481+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared )
0d2cb146 482+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.100" )
e1d24780 483+
07607a68
JB
484+# Import target "hdf5::hdf5_cpp-static" for configuration ""
485+set_property(TARGET hdf5::hdf5_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
486+set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
487+ IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
488+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a"
489+ )
490+
491+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-static )
492+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-static "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" )
493+
494+# Import target "hdf5::hdf5_cpp-shared" for configuration ""
495+set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
496+set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
6f201a70 497+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103.4.2"
0d2cb146 498+ IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.103"
07607a68 499+ )
30149e0c 500+
07607a68 501+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared )
0d2cb146 502+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.103" )
07607a68
JB
503+
504+# Import target "hdf5::hdf5_hl_cpp-static" for configuration ""
505+set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
506+set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
30149e0c 507+ IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
07607a68
JB
508+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.a"
509+ )
30149e0c 510+
07607a68
JB
511+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-static )
512+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-static "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-static.a" )
513+
514+# Import target "hdf5::hdf5_hl_cpp-shared" for configuration ""
515+set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
516+set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
6f201a70 517+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.100.1.8"
0d2cb146 518+ IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.100"
07607a68
JB
519+ )
520+
521+list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-shared )
0d2cb146 522+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-shared "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-shared.so.100" )
30149e0c
JB
523+
524+# Commands beyond this point should not need to know the version.
07607a68 525+set(CMAKE_IMPORT_FILE_VERSION)
This page took 0.184656 seconds and 5 git commands to generate.