Skip to content

Commit

Permalink
[blosc] Fix accidentally using local vendored copies
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed May 16, 2018
1 parent db2b2d2 commit 6294c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/blosc/CONTROL
Original file line number Diff line number Diff line change
@@ -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()`
2 changes: 2 additions & 0 deletions ports/blosc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6294c6a

Please sign in to comment.