From 68d0e63f505958ac9b24ac200ddaf43103f2ce78 Mon Sep 17 00:00:00 2001 From: Jared Duffey Date: Wed, 19 Jun 2024 11:24:11 -0400 Subject: [PATCH] Update vcpkg baseline for HDF5 1.14.4.3 (#997) Signed-off-by: Jared Duffey --- CMakeLists.txt | 2 +- src/simplnx/Utilities/Parsing/HDF5/H5.hpp | 2 +- vcpkg-configuration.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2b29ef2f4..2341699500 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/simplnx/Utilities/Parsing/HDF5/H5.hpp b/src/simplnx/Utilities/Parsing/HDF5/H5.hpp index 6646014449..4c46ceb1b2 100644 --- a/src/simplnx/Utilities/Parsing/HDF5/H5.hpp +++ b/src/simplnx/Utilities/Parsing/HDF5/H5.hpp @@ -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 { diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index d887bf581e..d405cbecef 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -32,7 +32,7 @@ "zlib", "zstd" ], - "baseline": "8d1ff160df9f35a1f6c3d2e4242ae38228602a7d" + "baseline": "91f2503b2158a684bfe6a524b344ad7028de9511" } ] }