[blosc] Fix accidentally using local vendored copies

This commit is contained in:
Robert Schumacher 2018-05-15 20:39:10 -07:00
parent db2b2d2658
commit 6294c6af84
2 changed files with 3 additions and 1 deletions

View File

@ -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()`

View File

@ -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