diff options
| author | Elijah Insua <tmpvar@gmail.com> | 2019-08-11 12:26:23 -0700 |
|---|---|---|
| committer | Elijah Insua <tmpvar@gmail.com> | 2019-08-13 16:23:48 -0700 |
| commit | 644caf17e7cba4394f0a65cfe30efcbc5afb87e8 (patch) | |
| tree | 44d3d4fb40faf3038ee2f5de535ff4d5f98dc3a6 /ports/blosc/CONTROL | |
| parent | e6a21e1b421e8231f3eb46d8af574a990b5da8c8 (diff) | |
| download | vcpkg-644caf17e7cba4394f0a65cfe30efcbc5afb87e8.tar.gz vcpkg-644caf17e7cba4394f0a65cfe30efcbc5afb87e8.zip | |
[blosc] enable dependent ports to use debug builds
refs: https://github.com/Microsoft/vcpkg/issues/3601
The bulk of this work is to utilize the standard vcpkg find_package
code to find the correct binaries in both Release and Debug modes.
Diffstat (limited to 'ports/blosc/CONTROL')
| -rw-r--r-- | ports/blosc/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL index 3cbed267f..414685489 100644 --- a/ports/blosc/CONTROL +++ b/ports/blosc/CONTROL @@ -1,5 +1,5 @@ Source: blosc -Version: 1.17.0 +Version: 1.17.0-1 Build-Depends: lz4, snappy, zlib, zstd Homepage: https://github.com/Blosc/c-blosc Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` |
