mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 18:20:47 +08:00
[rocksdb]Change linkage type to static. (#7452)
This commit is contained in:
parent
cabbe16525
commit
fffcd0a5ae
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user