]> git.pld-linux.org Git - packages/hdf5.git/blob - hdf5-cmake.patch
- try to fix cmake config issues; release 2
[packages/hdf5.git] / hdf5-cmake.patch
1 --- hdf5-1.8.16/config/cmake/hdf5-config.cmake.in.orig  2015-10-24 07:14:03.000000000 +0200
2 +++ hdf5-1.8.16/config/cmake/hdf5-config.cmake.in       2015-11-26 21:14:53.838328233 +0100
3 @@ -1,7 +1,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 @@ -47,7 +46,7 @@
12  set (${HDF5_PACKAGE_NAME}_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@" "${${HDF5_PACKAGE_NAME}_MPI_C_INCLUDE_PATH}")
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 @@ -63,7 +62,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 @@ -154,7 +153,3 @@
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
39 @@ -0,0 +1,218 @@
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)
47 +#----------------------------------------------------------------
48 +# Generated CMake target import file.
49 +#----------------------------------------------------------------
50 +
51 +# Commands may need to know the format version.
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)
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::gif2h5 hdf5::h52gif hdf5::hdf5_cpp-static hdf5::hdf5_cpp-shared hdf5::hdf5_hl_cpp-static hdf5::hdf5_hl_cpp-shared)
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)
87 +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
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 +)
125 +
126 +# Create imported target hdf5::h5diff
127 +add_executable(hdf5::h5diff IMPORTED)
128 +
129 +# Create imported target hdf5::h5diff-shared
130 +add_executable(hdf5::h5diff-shared IMPORTED)
131 +
132 +# Create imported target hdf5::h5ls
133 +add_executable(hdf5::h5ls IMPORTED)
134 +
135 +# Create imported target hdf5::h5ls-shared
136 +add_executable(hdf5::h5ls-shared IMPORTED)
137 +
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 +
197 +# Create imported target hdf5::gif2h5
198 +add_executable(hdf5::gif2h5 IMPORTED)
199 +
200 +# Create imported target hdf5::h52gif
201 +add_executable(hdf5::h52gif IMPORTED)
202 +
203 +# Create imported target hdf5::hdf5_cpp-static
204 +add_library(hdf5::hdf5_cpp-static STATIC IMPORTED)
205 +
206 +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
207 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
208 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-static"
209 +)
210 +
211 +# Create imported target hdf5::hdf5_cpp-shared
212 +add_library(hdf5::hdf5_cpp-shared SHARED IMPORTED)
213 +
214 +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
215 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
216 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
217 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5-shared"
218 +)
219 +
220 +# Create imported target hdf5::hdf5_hl_cpp-static
221 +add_library(hdf5::hdf5_hl_cpp-static STATIC IMPORTED)
222 +
223 +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
224 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
225 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-static;hdf5::hdf5-static"
226 +)
227 +
228 +# Create imported target hdf5::hdf5_hl_cpp-shared
229 +add_library(hdf5::hdf5_hl_cpp-shared SHARED IMPORTED)
230 +
231 +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
232 +  INTERFACE_COMPILE_DEFINITIONS "H5_BUILT_AS_DYNAMIC_LIB=1"
233 +  INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
234 +  INTERFACE_LINK_LIBRARIES "hdf5::hdf5_hl-shared;hdf5::hdf5-shared"
235 +)
236 +
237 +if(CMAKE_VERSION VERSION_LESS 2.8.12)
238 +  message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
239 +endif()
240 +
241 +# Load information for each installed configuration.
242 +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
243 +file(GLOB CONFIG_FILES "${_DIR}/hdf5-targets-*.cmake")
244 +foreach(f ${CONFIG_FILES})
245 +  include(${f})
246 +endforeach()
247 +
248 +# Cleanup temporary variables.
249 +set(_IMPORT_PREFIX)
250 +
251 +
252 +# This file does not depend on other imported targets which have
253 +# been exported from the same project but in a separate export set.
254 +
255 +# Commands beyond this point should not need to know the version.
256 +set(CMAKE_IMPORT_FILE_VERSION)
257 +cmake_policy(POP)
258 --- hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in.orig        1970-01-01 01:00:00.000000000 +0100
259 +++ hdf5-1.8.20/config/cmake/hdf5-targets-noconfig.cmake.in     2018-05-09 18:54:57.997827272 +0200
260 @@ -0,0 +1,289 @@
261 +#----------------------------------------------------------------
262 +# Generated CMake target import file.
263 +#----------------------------------------------------------------
264 +
265 +# Commands may need to know the format version.
266 +set(CMAKE_IMPORT_FILE_VERSION 1)
267 +
268 +# Import target "hdf5::hdf5-static" for configuration ""
269 +set_property(TARGET hdf5::hdf5-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
270 +set_target_properties(hdf5::hdf5-static PROPERTIES
271 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
272 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.a"
273 +  )
274 +
275 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-static )
276 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-static "${_IMPORT_PREFIX}/@lib@/libhdf5.a" )
277 +
278 +# Import target "hdf5::hdf5-shared" for configuration ""
279 +set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
280 +set_target_properties(hdf5::hdf5-shared PROPERTIES
281 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.1.8.20"
282 +  IMPORTED_SONAME_NOCONFIG "libhdf5.so.10.3.1"
283 +  )
284 +
285 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5-shared )
286 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5-shared "${_IMPORT_PREFIX}/@lib@/libhdf5.so.1.8.20" )
287 +
288 +# Import target "hdf5::hdf5_tools-static" for configuration ""
289 +set_property(TARGET hdf5::hdf5_tools-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
290 +set_target_properties(hdf5::hdf5_tools-static PROPERTIES
291 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
292 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.a"
293 +  )
294 +
295 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-static )
296 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-static "${_IMPORT_PREFIX}/lib/libhdf5_tools-static.a" )
297 +
298 +# Import target "hdf5::hdf5_tools-shared" for configuration ""
299 +set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
300 +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES
301 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.1.8.20"
302 +  IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.10.3.1"
303 +  )
304 +
305 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared )
306 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.1.8.20" )
307 +
308 +# Import target "hdf5::h5diff" for configuration ""
309 +set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
310 +set_target_properties(hdf5::h5diff PROPERTIES
311 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff"
312 +  )
313 +
314 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff )
315 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff "${_IMPORT_PREFIX}/bin/h5diff" )
316 +
317 +# Import target "hdf5::h5diff-shared" for configuration ""
318 +set_property(TARGET hdf5::h5diff-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
319 +set_target_properties(hdf5::h5diff-shared PROPERTIES
320 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5diff-shared"
321 +  )
322 +
323 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5diff-shared )
324 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5diff-shared "${_IMPORT_PREFIX}/bin/h5diff-shared" )
325 +
326 +# Import target "hdf5::h5ls" for configuration ""
327 +set_property(TARGET hdf5::h5ls APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
328 +set_target_properties(hdf5::h5ls PROPERTIES
329 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls"
330 +  )
331 +
332 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls )
333 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls "${_IMPORT_PREFIX}/bin/h5ls" )
334 +
335 +# Import target "hdf5::h5ls-shared" for configuration ""
336 +set_property(TARGET hdf5::h5ls-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
337 +set_target_properties(hdf5::h5ls-shared PROPERTIES
338 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5ls-shared"
339 +  )
340 +
341 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5ls-shared )
342 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5ls-shared "${_IMPORT_PREFIX}/bin/h5ls-shared" )
343 +
344 +# Import target "hdf5::h5debug" for configuration ""
345 +set_property(TARGET hdf5::h5debug APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
346 +set_target_properties(hdf5::h5debug PROPERTIES
347 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5debug"
348 +  )
349 +
350 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5debug )
351 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5debug "${_IMPORT_PREFIX}/bin/h5debug" )
352 +
353 +# Import target "hdf5::h5repart" for configuration ""
354 +set_property(TARGET hdf5::h5repart APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
355 +set_target_properties(hdf5::h5repart PROPERTIES
356 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repart"
357 +  )
358 +
359 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repart )
360 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repart "${_IMPORT_PREFIX}/bin/h5repart" )
361 +
362 +# Import target "hdf5::h5mkgrp" for configuration ""
363 +set_property(TARGET hdf5::h5mkgrp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
364 +set_target_properties(hdf5::h5mkgrp PROPERTIES
365 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5mkgrp"
366 +  )
367 +
368 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5mkgrp )
369 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5mkgrp "${_IMPORT_PREFIX}/bin/h5mkgrp" )
370 +
371 +# Import target "hdf5::h5import" for configuration ""
372 +set_property(TARGET hdf5::h5import APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
373 +set_target_properties(hdf5::h5import PROPERTIES
374 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5import"
375 +  )
376 +
377 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5import )
378 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5import "${_IMPORT_PREFIX}/bin/h5import" )
379 +
380 +# Import target "hdf5::h5repack" for configuration ""
381 +set_property(TARGET hdf5::h5repack APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
382 +set_target_properties(hdf5::h5repack PROPERTIES
383 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack"
384 +  )
385 +
386 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack )
387 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack "${_IMPORT_PREFIX}/bin/h5repack" )
388 +
389 +# Import target "hdf5::h5repack-shared" for configuration ""
390 +set_property(TARGET hdf5::h5repack-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
391 +set_target_properties(hdf5::h5repack-shared PROPERTIES
392 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5repack-shared"
393 +  )
394 +
395 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5repack-shared )
396 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5repack-shared "${_IMPORT_PREFIX}/bin/h5repack-shared" )
397 +
398 +# Import target "hdf5::h5jam" for configuration ""
399 +set_property(TARGET hdf5::h5jam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
400 +set_target_properties(hdf5::h5jam PROPERTIES
401 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5jam"
402 +  )
403 +
404 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5jam )
405 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5jam "${_IMPORT_PREFIX}/bin/h5jam" )
406 +
407 +# Import target "hdf5::h5unjam" for configuration ""
408 +set_property(TARGET hdf5::h5unjam APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
409 +set_target_properties(hdf5::h5unjam PROPERTIES
410 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5unjam"
411 +  )
412 +
413 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5unjam )
414 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5unjam "${_IMPORT_PREFIX}/bin/h5unjam" )
415 +
416 +# Import target "hdf5::h5copy" for configuration ""
417 +set_property(TARGET hdf5::h5copy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
418 +set_target_properties(hdf5::h5copy PROPERTIES
419 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy"
420 +  )
421 +
422 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy )
423 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy "${_IMPORT_PREFIX}/bin/h5copy" )
424 +
425 +# Import target "hdf5::h5copy-shared" for configuration ""
426 +set_property(TARGET hdf5::h5copy-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
427 +set_target_properties(hdf5::h5copy-shared PROPERTIES
428 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5copy-shared"
429 +  )
430 +
431 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5copy-shared )
432 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5copy-shared "${_IMPORT_PREFIX}/bin/h5copy-shared" )
433 +
434 +# Import target "hdf5::h5stat" for configuration ""
435 +set_property(TARGET hdf5::h5stat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
436 +set_target_properties(hdf5::h5stat PROPERTIES
437 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat"
438 +  )
439 +
440 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat )
441 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat "${_IMPORT_PREFIX}/bin/h5stat" )
442 +
443 +# Import target "hdf5::h5stat-shared" for configuration ""
444 +set_property(TARGET hdf5::h5stat-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
445 +set_target_properties(hdf5::h5stat-shared PROPERTIES
446 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5stat-shared"
447 +  )
448 +
449 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5stat-shared )
450 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5stat-shared "${_IMPORT_PREFIX}/bin/h5stat-shared" )
451 +
452 +# Import target "hdf5::h5dump" for configuration ""
453 +set_property(TARGET hdf5::h5dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
454 +set_target_properties(hdf5::h5dump PROPERTIES
455 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump"
456 +  )
457 +
458 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump )
459 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump "${_IMPORT_PREFIX}/bin/h5dump" )
460 +
461 +# Import target "hdf5::h5dump-shared" for configuration ""
462 +set_property(TARGET hdf5::h5dump-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
463 +set_target_properties(hdf5::h5dump-shared PROPERTIES
464 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h5dump-shared"
465 +  )
466 +
467 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h5dump-shared )
468 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h5dump-shared "${_IMPORT_PREFIX}/bin/h5dump-shared" )
469 +
470 +# Import target "hdf5::hdf5_hl-static" for configuration ""
471 +set_property(TARGET hdf5::hdf5_hl-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
472 +set_target_properties(hdf5::hdf5_hl-static PROPERTIES
473 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
474 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a"
475 +  )
476 +
477 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-static )
478 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-static "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.a" )
479 +
480 +# Import target "hdf5::hdf5_hl-shared" for configuration ""
481 +set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
482 +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES
483 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.1.8.20"
484 +  IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.10.3.1"
485 +  )
486 +
487 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared )
488 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.1.8.20" )
489 +
490 +# Import target "hdf5::gif2h5" for configuration ""
491 +set_property(TARGET hdf5::gif2h5 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
492 +set_target_properties(hdf5::gif2h5 PROPERTIES
493 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/gif2h5"
494 +  )
495 +
496 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::gif2h5 )
497 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::gif2h5 "${_IMPORT_PREFIX}/bin/gif2h5" )
498 +
499 +# Import target "hdf5::h52gif" for configuration ""
500 +set_property(TARGET hdf5::h52gif APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
501 +set_target_properties(hdf5::h52gif PROPERTIES
502 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/h52gif"
503 +  )
504 +
505 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::h52gif )
506 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::h52gif "${_IMPORT_PREFIX}/bin/h52gif" )
507 +
508 +# Import target "hdf5::hdf5_cpp-static" for configuration ""
509 +set_property(TARGET hdf5::hdf5_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
510 +set_target_properties(hdf5::hdf5_cpp-static PROPERTIES
511 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
512 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a"
513 +  )
514 +
515 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-static )
516 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-static "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.a" )
517 +
518 +# Import target "hdf5::hdf5_cpp-shared" for configuration ""
519 +set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
520 +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES
521 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.1.8.20"
522 +  IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.10.3.1"
523 +  )
524 +
525 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared )
526 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.1.8.20" )
527 +
528 +# Import target "hdf5::hdf5_hl_cpp-static" for configuration ""
529 +set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
530 +set_target_properties(hdf5::hdf5_hl_cpp-static PROPERTIES
531 +  IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
532 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.a"
533 +  )
534 +
535 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-static )
536 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-static "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-static.a" )
537 +
538 +# Import target "hdf5::hdf5_hl_cpp-shared" for configuration ""
539 +set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
540 +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES
541 +  IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.1.8.20"
542 +  IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.10.3.1"
543 +  )
544 +
545 +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl_cpp-shared )
546 +list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_hl_cpp-shared "${_IMPORT_PREFIX}/lib/libhdf5_hl_cpp-shared.so.1.8.20" )
547 +
548 +# Commands beyond this point should not need to know the version.
549 +set(CMAKE_IMPORT_FILE_VERSION)
This page took 0.245316 seconds and 4 git commands to generate.