mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[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:
parent
0a14acf3a1
commit
7d287dbcb9
@ -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
|
||||
|
@ -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",
|
||||
|
@ -6246,7 +6246,7 @@
|
||||
},
|
||||
"open62541": {
|
||||
"baseline": "1.3.8",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.23.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6bfbedbf2007596294583ab894f5481d754991f2",
|
||||
"version": "1.3.8",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "66034a6a77c3169eba0a175a4b67fe2ad3eab48b",
|
||||
"version": "1.3.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user