mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:08:03 +08:00
[qtopcua] fix core build (#31030)
This commit is contained in:
parent
a867a14f2f
commit
dec415551b
@ -22,10 +22,6 @@ else()
|
||||
list(APPEND FEATURE_OPTIONS -DINPUT_open62541=no)
|
||||
endif()
|
||||
|
||||
if(NOT "open62541" IN_LIST FEATURES AND NOT "gds" IN_LIST FEATURES)
|
||||
list(APPEND FEATURE_OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_WrapOpenSSL=ON)
|
||||
endif()
|
||||
|
||||
qt_install_submodule(PATCHES ${${PORT}_PATCHES}
|
||||
CONFIGURE_OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qtopcua",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Qt wrapper for existing OPC UA stacks",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
|
@ -6690,7 +6690,7 @@
|
||||
},
|
||||
"qtopcua": {
|
||||
"baseline": "6.4.3",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"qtpositioning": {
|
||||
"baseline": "6.4.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c9519c0e8f61a9f9cddd4711fb8d8a6139baef9",
|
||||
"version": "6.4.3",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "9adaecfcef9783e8df0e92acbd817a4051b11ffb",
|
||||
"version": "6.4.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user