Skip to content

Commit

Permalink
Update vcpkg baseline for HDF5 1.14.4.3 (#997)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <jared.duffey@bluequartz.net>
  • Loading branch information
JDuffeyBQ authored Jun 19, 2024
1 parent 07dab90 commit 68d0e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ find_package(nod CONFIG REQUIRED)
# Find HDF5 and get the path to the DLL libraries and put that into a
# global property for later install, debugging and packaging
# -----------------------------------------------------------------------
find_package(HDF5 MODULE REQUIRED)
find_package(HDF5 1.14 MODULE REQUIRED)
get_target_property(hdf5_dll_path hdf5::hdf5 IMPORTED_LOCATION_RELEASE)
get_filename_component(hdf5_dll_path "${hdf5_dll_path}" DIRECTORY)
get_property(SIMPLNX_EXTRA_LIBRARY_DIRS GLOBAL PROPERTY SIMPLNX_EXTRA_LIBRARY_DIRS)
Expand Down
2 changes: 1 addition & 1 deletion src/simplnx/Utilities/Parsing/HDF5/H5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace nx::core::HDF5
{
using IdType = int64;
using ErrorType = int32;
using SizeType = unsigned long long;
using SizeType = uint64;

enum class Type
{
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zlib",
"zstd"
],
"baseline": "8d1ff160df9f35a1f6c3d2e4242ae38228602a7d"
"baseline": "91f2503b2158a684bfe6a524b344ad7028de9511"
}
]
}

0 comments on commit 68d0e63

Please sign in to comment.