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