diff options
| author | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2019-03-14 22:32:31 +0100 |
|---|---|---|
| committer | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2019-03-14 22:32:31 +0100 |
| commit | 9ac08b34ce7cc0fa8bf06ba05be248e9912af727 (patch) | |
| tree | 62d83b794e11fa27411fb0f7279ac3b75373e7fe /ports/highfive/CONTROL | |
| parent | 7419fc975ce8447b7faf058e218ff6dd84db992d (diff) | |
| download | vcpkg-9ac08b34ce7cc0fa8bf06ba05be248e9912af727.tar.gz vcpkg-9ac08b34ce7cc0fa8bf06ba05be248e9912af727.zip | |
fix highfive in static builds.
HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries
Diffstat (limited to 'ports/highfive/CONTROL')
| -rw-r--r-- | ports/highfive/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/highfive/CONTROL b/ports/highfive/CONTROL index 22c7d616b..b82598048 100644 --- a/ports/highfive/CONTROL +++ b/ports/highfive/CONTROL @@ -1,4 +1,4 @@ Source: highfive -Version: 1.5 +Version: 1.5-1 Description: HighFive is a modern C++/C++11 friendly interface for libhdf5 Build-Depends: hdf5 |
