Skip to content

Commit

Permalink
Removed ade from vcpkg.json and conanfile.txt (openvinotoolkit#22823)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
ilya-lavrenov authored Feb 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 64d0673 commit a4946f0
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions cmake/toolchains/mt.runtime.win32.toolchain.cmake
Original file line number Diff line number Diff line change
@@ -37,8 +37,6 @@ macro(ov_set_msvc_runtime var value)
endif()
endmacro()

# ade
ov_set_msvc_runtime(BUILD_WITH_STATIC_CRT ${use_static_runtime})
# static TBBBind_2_5 is built with dynamic CRT runtime
ov_set_msvc_runtime(ENABLE_TBBBIND_2_5 ${use_dynamic_runtime})
# ONNX
3 changes: 1 addition & 2 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -14,8 +14,7 @@
"onetbb/2021.10.0#cbb2fc43088070b48f6e4339bc8fa0e1%1693812561.235",
"ittapi/3.24.0#9246125f13e7686dee2b0c992b71db94%1682969872.743",
"hwloc/2.9.2#1c63e2eccac57048ae226e6c946ebf0e%1688677682.002",
"flatbuffers/23.5.26#b153646f6546daab4c7326970b6cd89c%1685838458.449",
"ade/0.1.2d#f225d0a218a7c9fbb81746806c7de53d%1697752528.048"
"flatbuffers/23.5.26#b153646f6546daab4c7326970b6cd89c%1685838458.449"
],
"build_requires": [
"zlib/1.2.13#97d5730b529b4224045fe7090592d4c1%1692672717.049",
1 change: 0 additions & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[requires]
ade/0.1.2d
onetbb/[>=2021.2.1]
pugixml/[>=1.10]
protobuf/3.21.12
1 change: 0 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@
"license": "Apache-2.0",
"builtin-baseline": "7ba0ba7334c3346e7eee1e049ba85da193a8d821",
"dependencies": [
"ade",
{
"name": "pkgconf",
"host": true

0 comments on commit a4946f0

Please sign in to comment.