diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-05-15 20:39:10 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-15 21:46:41 -0700 |
| commit | 6294c6af84441ec98dc18bdb00a1b5a6c4052e14 (patch) | |
| tree | ba482952dd651ca5031350a88edfef9669547154 | |
| parent | db2b2d2658cf56da6183a1af844b33c37c8bd9d0 (diff) | |
| download | vcpkg-6294c6af84441ec98dc18bdb00a1b5a6c4052e14.tar.gz vcpkg-6294c6af84441ec98dc18bdb00a1b5a6c4052e14.zip | |
[blosc] Fix accidentally using local vendored copies
| -rw-r--r-- | ports/blosc/CONTROL | 2 | ||||
| -rw-r--r-- | ports/blosc/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL index d6ec941e1..1a2378aed 100644 --- a/ports/blosc/CONTROL +++ b/ports/blosc/CONTROL @@ -1,4 +1,4 @@ Source: blosc -Version: 1.13.5 +Version: 1.13.5-1 Build-Depends: lz4, snappy, zlib, zstd Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` diff --git a/ports/blosc/portfile.cmake b/ports/blosc/portfile.cmake index d2107b106..33d6f729a 100644 --- a/ports/blosc/portfile.cmake +++ b/ports/blosc/portfile.cmake @@ -16,6 +16,8 @@ else() set(BLOSC_SHARED ON) endif() +file(REMOVE_RECURSE ${SOURCE_PATH}/internal-complibs) + vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} OPTIONS -DPREFER_EXTERNAL_LZ4=ON |
