[open62541] Fix wrong value of OPEN62541_VERSION (#36235)

* [open62541] Fix wrong value of OPEN62541_VERSION

* update version

* apply suggestion

* update version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-01-19 12:40:14 -08:00 committed by GitHub
parent 0a14acf3a1
commit 7d287dbcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -33,7 +33,7 @@ vcpkg_cmake_configure(
OPTIONS
${FEATURE_OPTIONS}
${OPEN62541_ENCRYPTION_OPTIONS}
-DOPEN62541_VERSION=${VERSION}
"-DOPEN62541_VERSION=v${VERSION}"
-DUA_MSVC_FORCE_STATIC_CRT=OFF
OPTIONS_DEBUG
-DCMAKE_DEBUG_POSTFIX=d

View File

@ -1,7 +1,7 @@
{
"name": "open62541",
"version": "1.3.8",
"port-version": 1,
"port-version": 2,
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org",
"license": "MPL-2.0",

View File

@ -6246,7 +6246,7 @@
},
"open62541": {
"baseline": "1.3.8",
"port-version": 1
"port-version": 2
},
"openal-soft": {
"baseline": "1.23.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6bfbedbf2007596294583ab894f5481d754991f2",
"version": "1.3.8",
"port-version": 2
},
{
"git-tree": "66034a6a77c3169eba0a175a4b67fe2ad3eab48b",
"version": "1.3.8",