Skip to content

Commit

Permalink
[qtopcua] fix core build (microsoft#31030)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Apr 21, 2023
1 parent a867a14 commit dec4155
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ports/qtopcua/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion ports/qtopcua/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6690,7 +6690,7 @@
},
"qtopcua": {
"baseline": "6.4.3",
"port-version": 1
"port-version": 2
},
"qtpositioning": {
"baseline": "6.4.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtopcua.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c9519c0e8f61a9f9cddd4711fb8d8a6139baef9",
"version": "6.4.3",
"port-version": 2
},
{
"git-tree": "9adaecfcef9783e8df0e92acbd817a4051b11ffb",
"version": "6.4.3",
Expand Down

0 comments on commit dec4155

Please sign in to comment.