From 4304bada11ef6077b21f308193ecf3c1f4477f7a Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 8 Sep 2021 07:51:30 -0700 Subject: [vamp-sdk] fix library filenames to match upstream build systems (#20002) * [vamp-sdk] fix library filenames to match upstream build systems There were two problems: 1. The port added a `d` suffix for debug builds that upstream did not. This caused `find_library(VampHostSDK_LIBRARY NAMES vamp-sdk)` to fail to find the debug library. 2. The port used the same file name for libraries on every OS but that is not what upstream does. * [vamp-sdk] fix capitalization of Vamp Vamp is not an acronym. --- versions/baseline.json | 2 +- versions/v-/vamp-sdk.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 4b61fbfe5..5c064cf1d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6674,7 +6674,7 @@ }, "vamp-sdk": { "baseline": "2.10", - "port-version": 0 + "port-version": 1 }, "variant-lite": { "baseline": "1.2.2", diff --git a/versions/v-/vamp-sdk.json b/versions/v-/vamp-sdk.json index ecc1e3b21..d43b51431 100644 --- a/versions/v-/vamp-sdk.json +++ b/versions/v-/vamp-sdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1c71927e1997998f40a9d051d65ba4e5760f4257", + "version": "2.10", + "port-version": 1 + }, { "git-tree": "da7ad3424d8266657eec1b28b16a8d389e50b67c", "version": "2.10", -- cgit v1.2.3