mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
77d4d314c0
* [rocksdb] update to v6.26.1 * [rocksdb] update to v6.26.1. * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
23 lines
476 B
Diff
23 lines
476 B
Diff
diff --git a/cmake/RocksDBConfig.cmake.in b/cmake/RocksDBConfig.cmake.in
|
|
index 0bd14be11..f9f6aa878 100644
|
|
--- a/cmake/RocksDBConfig.cmake.in
|
|
+++ b/cmake/RocksDBConfig.cmake.in
|
|
@@ -37,7 +37,7 @@ if(@WITH_LZ4@)
|
|
endif()
|
|
|
|
if(@WITH_ZSTD@)
|
|
- find_dependency(zstd)
|
|
+ find_dependency(zstd CONFIG)
|
|
endif()
|
|
|
|
if(@WITH_NUMA@)
|
|
@@ -45,7 +45,7 @@ if(@WITH_NUMA@)
|
|
endif()
|
|
|
|
if(@WITH_TBB@)
|
|
- find_dependency(TBB)
|
|
+ find_dependency(TBB CONFIG)
|
|
endif()
|
|
|
|
find_dependency(Threads)
|