aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/hdf5/portfile.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/hdf5/portfile.cmake b/ports/hdf5/portfile.cmake
index 5c421f0c6..f54543418 100644
--- a/ports/hdf5/portfile.cmake
+++ b/ports/hdf5/portfile.cmake
@@ -30,6 +30,9 @@ vcpkg_configure_cmake(
-DHDF5_ENABLE_SZIP_ENCODING=ON
-DHDF5_INSTALL_DATA_DIR=share/hdf5/data
-DHDF5_INSTALL_CMAKE_DIR=share/hdf5
+ "-DSZIP_LIBRARY_DEBUG=${CURRENT_INSTALLED_DIR}\\debug\\lib\\szip_D.lib"
+ "-DSZIP_LIBRARY_RELEASE=${CURRENT_INSTALLED_DIR}\\lib\\szip.lib"
+ "-DSZIP_INCLUDE_DIR=${CURRENT_INSTALLED_DIR}\\include"
)
vcpkg_install_cmake()