[rocksdb]Change linkage type to static. (#7452)

This commit is contained in:
JackBoosY 2019-08-12 14:55:09 +08:00 committed by Victor Romero
parent cabbe16525
commit fffcd0a5ae
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: rocksdb
Version: 6.1.2
Version: 6.1.2-1
Homepage: https://github.com/facebook/rocksdb
Description: A library that provides an embeddable, persistent key-value store for fast storage
Default-Features: zlib

View File

@ -1,5 +1,7 @@
include(vcpkg_common_functions)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/rocksdb