File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -384,14 +384,12 @@ else()
384384endif ()
385385target_link_libraries (velox PUBLIC external::veloxthrift )
386386
387- find_package (thriftprotocol CONFIG )
388- if (thriftprotocol_FOUND AND TARGET thriftprotocol::thriftprotocol)
389- add_library (external::thriftprotocol ALIAS thriftprotocol::thriftprotocol )
390- else ()
391- message (STATUS "import Velox bundled thriftprotocol" )
392- import_library (external::thriftprotocol ${VELOX_BUILD_PATH} /_deps/thrift-build/lib/libthriftprotocol.a )
393- endif ()
394- target_link_libraries (velox PUBLIC external::thriftprotocol )
387+ target_link_libraries (
388+ velox
389+ PRIVATE
390+ ${VCPKG_INSTALLED_DIR} /x64-linux-avx/lib/libthriftcpp2.a
391+ ${VCPKG_INSTALLED_DIR} /x64-linux-avx/lib/libthriftprotocol.a
392+ )
395393
396394find_package (simdjson CONFIG )
397395if (simdjson_FOUND AND TARGET simdjson::simdjson)
Original file line number Diff line number Diff line change 99 "baseline" : " f82160a747b1b529daad7ce2f75a0d6c6a0d285d" ,
1010 "packages" : [ " google-cloud-cpp" ]
1111 },
12+ {
13+ "kind" : " git" ,
14+ "repository" : " https://github.com/Microsoft/vcpkg" ,
15+ "baseline" : " 2d32fae67c755b665794a0650f5d268979d7807f" ,
16+ "packages" : [ " libsodium" ]
17+ },
1218 {
1319 "kind" : " git" ,
1420 "repository" : " https://github.com/Microsoft/vcpkg" ,
You can’t perform that action at this time.
0 commit comments